
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2020 02:40 AM
Hi dear community !
In our instance we have incidents description written in non-western alphabet (Cyrillic, etc.)
When users export incidents in XLS format, these characters appears properly.
However, when exporting in CSV format, they are replaced by question marks.
I think this is because the encoding of the CSV file generated by ServiceNow is not UTF-8, so unable to support non-western alphabet.
Hence the question: is there a way to configure CSV export charset ?
Thanks in advance for your responses !
Solved! Go to Solution.
- Labels:
-
User Experience and Design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2020 02:45 AM
Hi,
please check and change the charset here
Left nav type Import export and then set the value as UTF-8 and save
By default it is windows-1252
OR
Note: By default, ServiceNow exports all CSV files in Windows-1252 encoding. If you need to export translated data, set the glide.export.csv.charset system property to UTF-8 (starting with the Calgary release).
Troubleshooting export - Determine whether the encoding setting is wrong
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2020 02:45 AM
Hi,
please check and change the charset here
Left nav type Import export and then set the value as UTF-8 and save
By default it is windows-1252
OR
Note: By default, ServiceNow exports all CSV files in Windows-1252 encoding. If you need to export translated data, set the glide.export.csv.charset system property to UTF-8 (starting with the Calgary release).
Troubleshooting export - Determine whether the encoding setting is wrong
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2020 03:04 AM
Thanks a lot ! I was not able to spot this one in docs.servicenow.com !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2020 03:29 AM
You are welcome
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 10:27 PM