Skip to main content

Dealing with garbled characters in exported CSV files

Updated over a month ago

A. Ensure that your environment supports reading "UTF-8" codes.

The exported CSV data is encoded in "UTF-8". So, if the CSV is read with a different encoding or if your environment cannot handle UTF-8, it may result in garbled characters during the export.

For those using Excel to read the files, please adjust the encoding to UTF-8 by selecting "original file" when importing.

Did this answer your question?