Files
oleibman 38a8330748 More Extendability for CSV Reader
A follow-up to PR #4837. PR #4827, to which I am not necessarily committed, shows that there could be a use case for letting a user perform customized logic to convert a non-UTF8-encoded CSV. In addition, several other CSV Reader properties require the use of static or locale properties, which is somewhat problematic; this PR allows them to be set as instance variables, falling back to static/locale only when unset.
2026-03-27 16:16:45 -07:00

6 lines
98 B
CSV

"-123","1.234","12.345,67"
"123,4567","123,456789012"
"-1.234,567"
"WAHR","FALSCH"
"FALSE","TRUE"