You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most European countries use comma as a decimal separator, so PI would appear as 3,14159265 rather than 3.14159265.
As a consequence, CSV files cannot use comma as a field separator, and the convention is to instead use semicolon as a field separator, so the sine.csv file would look like:
It would be great, if there would be an option to define field separator and decimal separator, or be able to define a locale from which these options could be obtained.
An added bonus would be that TAB separated files could also be supported, where field separator can be set to "\t". TAB separated files often have the .tsv file name extension, which is also supported by GitHub for preview.
The text was updated successfully, but these errors were encountered:
hattesen
changed the title
Internationalization: Allow configurable options for field separator and Decimal Separator
Internationalization: Allow configurable options for Field Separator and Decimal Separator
Mar 28, 2023
Most European countries use comma as a decimal separator, so PI would appear as
3,14159265
rather than3.14159265
.As a consequence, CSV files cannot use comma as a field separator, and the convention is to instead use semicolon as a field separator, so the
sine.csv
file would look like:It would be great, if there would be an option to define field separator and decimal separator, or be able to define a locale from which these options could be obtained.
An added bonus would be that TAB separated files could also be supported, where field separator can be set to
"\t"
. TAB separated files often have the.tsv
file name extension, which is also supported by GitHub for preview.The text was updated successfully, but these errors were encountered: