vlsi / ksar

A sar grapher, fork of http://sourceforge.net/projects/ksar/
Other
250 stars 60 forks source link

The "C" in CSV stands for "comma" #150

Open SenseiC opened 6 years ago

SenseiC commented 6 years ago

Minor annoyance. If you click on the Extract CSV button for a graph, it exports the data, but separates the values with a semicolon ( ";" ) and not a comma ( "," ).

Pitterling commented 6 years ago

well, not quite right ... a few countries use the comma as the decimal separator and these countries use a different field separator.

kSAR was originally developed by a french team ... France uses the semicolon as field separator.

We could adjust the CSV export to the RFC4180 standard ?

zchazc commented 1 month ago

@SenseiC I forked this repo, and added configurable "comma" at Preference.You can try it.

@Pitterling Would you consider merging this feature?