- labels: 1168862 -->
- milestone: 898578 --> 899257
Depending on the language of the operative system of the client, the CSV file may be shown right or wrong.
The point is the 'list separators' configuration of the Spanish speaking countries for example that makes that all columns get shown in the same cell, and also the thousands and decimal separators that makes some number to be shown wrong.
E.g.: in United States it could be right that Phprojekt\Converter\Csv.php sets a comma (,) as separator but in Argentine it is needed a semicolon (;).
Also in Spanish speaking operative systems the thousands and decimal symbols are inverted point => comma and viceversa.
So, it would be great if that could be detected by PHP or JS, or configured in configuration.ini.