it has the comma seperator as a dot (.)
it has the decimal seperator as a comma (,)
the date format is not 27 Apr 24, 27/4/24
how can this be changed?
windows and linuxWe need details, you talking about in Windows or what?
Who even uses a comma for a thousand seperator. Don't come here with those tendencies!well yeah i know i can change them.
my question is about the default settings.
i think we would all agree that the decimal should be a point.
it seems we might have a conversation about the thousand separator being a comma or a space. it should be a comma.
When I was taught English, Mathematics & Accounting, the full stop was reserved for either ending a sentence of text or separating the decimal values from whole numbers, and a space separated words or was used as the thousands separator.Who even uses a comma for a thousand seperator. Don't come here with those tendencies!
And at school we were clearly taught to use a comma for decimals.
dumb.demo.csvWho even uses a comma for a thousand seperator. Don't come here with those tendencies!
And at school we were clearly taught to use a comma for decimals.
number,item,date
10,000,widgets,Sat, 21 Sep 24
nearly-untypeable.txtWhen I was taught English, Mathematics & Accounting, the full stop was reserved for either ending a sentence of text or separating the decimal values from whole numbers, and a space separated words or was used as the thousands separator. The comma was only used in a paragraph of text for punctuation purposes.
Somehow, someone, somewhere in an ivory tower decided that the comma should also be utilised to separate numbers from each other, and that's where the problem started...![]()
number¦item¦date
10,000¦widgets¦Sat, 21 Sep 24
When I was taught English, Mathematics & Accounting, the full stop was reserved for either ending a sentence of text or separating the decimal values from whole numbers, and a space separated words or was used as the thousands separator.
That's why the dot is referred to as a DECIMAL POINT or PERIOD. The comma was only used in a paragraph of text for punctuation purposes.
Somehow, somewhere, someone in an ivory tower decided that the comma should also be utilised to separate numbers from each other, and that's where the problem started...![]()
The question here isn't what works best for software built upon US conventions, the question is what is the correct ZA convection.nearly-untypeable.txt
Code:number¦item¦date 10,000¦widgets¦Sat, 21 Sep 24
Indeed so - if you tried importing that into MS Excel as a CSV file, you would end up with:dumb.demo.csv
Import thisCode:number,item,date 10,000,widgets,Sat, 21 Sep 24
So much better to use a different field separator such as ~ or |Indeed so - if you tried importing that into MS Excel as a CSV file, you would end up with:
10 | 000 | widgets | Sat | 21 Sep 24
number item date
10,000 Purple Widgets Sat, 21 Sep 2024
FYI - up to MS Windows 7, the default settings for English - South Africa (EN-za) was a full stop for the DECIMAL POINT, a SPACE as the thousands separator, and a COMMA as the list separator.The question here isn't what works best for software built upon US conventions, the question is what is the correct ZA convection.
You've still got a commaUsing a space in the above example:
spaced-out.txt
Code:number item date 10,000 Purple Widgets Sat, 21 Sep 2024