Question
When I tried to bulk upload users, I received this error message: For some reason, the data to import was not ready in our servers. Try again. We've been notified about this and will solve the problem if there's a bug. If the error persists, please contact our customer service team. The error was: invalid byte sequence in UTF-8.
How can I fix this UTF-8 error?
Answer
This error happens when the uploaded file isn't in UTF-8 format. UTF-8 is the main character code on the Internet.
Your import file might be encoded in another format, like ISO-8859, instead of UTF-8. Use one of these options to convert your file to UTF-8.
Click the method below that you used to bulk import users:
If you have a Gmail account or used Google Drive:
- Open Google Drive
- Create a new Google Sheets document
- Import your CSV file
- Select File > Download As > Comma-Separated Values to save the file to your computer
The file downloads in UTF-8, and the upload succeeds.
If you used Microsoft Excel:
- Open your CSV file in Microsoft Excel, then select File > Save As
- Enter a name for the file, and select CSV UTF-8 (comma delimited) (*.csv) as your file format
- Select Save
If you use Microsoft Excel and can't save as UTF-8 CSV, and you have Notepad:
- Open the
.xlsxfile in Microsoft Excel, then select File > Save As (Other Formats) - Enter any name for the file, then select Unicode Text (.txt) for Save as type
- Select Save
- Open the Unicode text file in Microsoft Notepad.
Some characters may appear as boxes because Notepad can't display some Unicode characters. Ignore these for now. - Replace tabs
āwith commas,so the file uses proper comma-separated values (CSV) format - Drag between two column headers to select a tab character, then press Ctrl+C
- Use the Replace function to replace all tab characters with commas
- In Notepad, select Save As
- Enter a filename and change Encoding to UTF-8
- Add
.csvat the end of the file name to change the extension from.txtto.csv - Select Save.
The file icon changes to Microsoft Excel. - Open the CSV file in Excel and check the data.
If you find a problem, don't save in Excel. That can cause theUTF-8issue again. Only use Excel to check the data. If you see a data problem, fix the original spreadsheet and repeat the steps. You can also edit the file in the Notepad app; make sure to save the file inUTF-8format.
You can now use this CSV file to import users.