- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2018 06:38 AM
Hello all,
We just upgraded from Istanbul to Kingston and we realized that when exporting decimal values in CSV format the decimal delimiter is changed from the comma to a dot.
For example 2,15 is changed to 2.15
When exporting in Excel format the decimal delimiter stays the same.
Is there any configuration to define the decimal delimiter?
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2018 11:22 AM
Turns out we fixed the issue while resolving another problem we had related to currencies.
We had to create a System property 'glide.system.locale' and set the value to 'fr.CA' (French Canada) as the localization regional parameter

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2018 06:54 AM
Hello Sergio,
CSV - comma seperated value. Basically all the values are separated by comma.
Just to have a look open CSV file in notepad++/notepad[Better to use notepad++] and check it out once.
tried again in our organization instance as well with the decimal fields and it is working as expected also our instance is in London so i would recommend you to follow the same steps.
Tried in my personal instance
Exported the file to CSV and opened the file in notepad
Please mark the answer as correct if it helped you..!!!
Regards.
Chalan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2018 07:24 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2018 07:31 AM
Since it seperates by comma and it is considering 1,5 as 1.5 ..
All i could suggest is to raise an HI ticket because this is how CSV file works.
Please mark the answer as correct if this helped you..!!!
Regards,
Chalan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2018 11:22 AM
Turns out we fixed the issue while resolving another problem we had related to currencies.
We had to create a System property 'glide.system.locale' and set the value to 'fr.CA' (French Canada) as the localization regional parameter