-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
csv export to use right locale. use comma instead of point in decimals #2072
Comments
Hi, Anyway I think localizing CSV is a bad idea as it makes it not portable, which is not good since it is not normally written by humans with a text editor, but instead read and written by programs (like GEXF is). |
then add an option to export with right delimiter. it is really a lot work to make all decimals work in office applications like excel. this approch is NOT standard. |
Right, we can add an option to override default settings. |
excellent 👍 |
Hello. Doing anything to this? |
Adding to 0.9.3 milestone |
Thanks @mihkal! I added an option to CSV export to configure the decimal separator. In the long run, we could maybe have a global option to configure the Locale we use for all the numbers - also for import. For now, we prefer to stick with a single Locale (Locale.ENGLISH) instead of taking the system default locale as explicit is better in my opinion. |
Expected Behavior
when exporting csv file gephi does not respect locale for decimal numbers
here it is , instead of .
Current Behavior
Possible Solution
Steps to Reproduce
Context
Your Environment
The text was updated successfully, but these errors were encountered: