CSV Export problem with export-data.js in Firefox #7448
Closed
Labels
Comments
Thank you for reporting the issue. Tested with:
Digging more, it's not related to the browser/system but to the browser's language localisation. In short, let's compare:
EN based browsers we get I think we should set |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Recently I realized that when downloading in CSV format, both the column separator and the decimal is the comma. This causes more columns to exist than they should.
Expected behaviour
"Category","Cities","Universities"
0,29.9,17.5
1,71.5,1.5
2,106.4,16.4
Actual behaviour
"Category","Cities","Universities"
0,29,9,17,5
1,71,5,1,5
2,106,4,16,4
Live demo with steps to reproduce
http://jsfiddle.net/qSfJw/6/
Affected browser(s)
Firefox v56
The text was updated successfully, but these errors were encountered: