Fixing the UTF-8 Encoding Error When Importing a CSV File

If you're trying to import a contact list and see a UTF-8 encoding error message, you need to save your file in the correct UTF-8 format and then try importing it again.


unable to import list example

This guide explains why this happens and how to fix it.



Why We Only Accept UTF-8 Encoding


To ensure compatibility across different systems and proper handling of special characters (like accents, symbols, or non-English alphabets), UTF-8 is the required encoding format for all imported CSV files.


βœ… We only support CSV files encoded in UTF-8

❌ Files using other encodings (like ANSI or UTF-16) will result in an import error

πŸ“ File size must be under 100 MB





How to Save Your File as UTF-8


Microsoft Excel

Google Sheets

Text Editors



If you’re seeing the error, it likely means your file is using a different encoding. Follow the steps below to save your file with the correct UTF-8 format:


Microsoft Excel


  1. Open your file in Excel.
  2. Go to File > Save As (or use the CTRL+S).
  3. Choose CSV UTF-8 (Comma delimited) (*.csv) as the file format.

  4. Save your file.

Important

Do not choose the standard "CSV (Comma delimited)" option β€” it's not always UTF-8 encoded.




Google Sheets


  1. Open your file in Google Sheets.
  2. Go to File and select Download.
  3. Select, Comma Separated Values (.csv).


Google Sheets automatically saves in UTF-8 encoding, making this a simple option.




Text Editors



If you're using a text editor like Notepad++, VS Code, or Sublime Text:


  1. Open your CSV file in the editor.
  2. Go to the Encoding menu.
  3. Select UTF-8 (not UTF-8-BOM).
  4. Save the file.



Need More Help?


If you're still having trouble importing your CSV file, double-check the encoding or try opening and resaving the file using one of the methods above. If the issue persists, please contact our support team.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us