Understand the error
Kajabi’s contact importer requires CSV files to use UTF-8 encoding to import correctly. The most common reason for this error is if a non-UTF-8 character such as “Å” is present in the .csv file. To successfully upload your .csv file, you will need to open your .csv file and change the file type. The steps differ depending on whether you are using Excel on Windows or Numbers on macOS.Format in Windows
- Open your .csv in Excel.
Note: If you use a different spreadsheet program, check their support documentation for instructions on how to download as a CSV UTF-8.
- Select File and click Save As.
- From the file type dropdown, select CSV UTF-8 (Comma delimited) (*.csv).
- Click Save.
Format in macOS
- Open your .csv in Numbers.
- Select File.
- Select Export To, then select .csv.
- In the export options, select Advanced Options, and specify Unicode (UTF-8). If there is another .csv export option shown, click into the dropdown and choose Unicode (UTF-8).
- Confirm by selecting Export on the following screen.
Troubleshoot data appearing in one column
If all your contact data appears in a single column after opening your CSV file, the file may be using a semicolon or tab as a delimiter instead of a comma. Kajabi’s import tool requires comma-separated values. To fix this in Excel on Windows:- Open a blank Excel workbook.
- Click the Data tab.
- Click From Text/CSV.
- Select your CSV file and click Import.
- In the preview window, set the Delimiter dropdown to Comma.
- Click Load to import the data into separate columns.
- Save the file as CSV UTF-8 (Comma delimited) using File > Save As.
- Open the CSV file in a plain text editor such as TextEdit.
- Check whether values are separated by semicolons, tabs, or another character instead of commas.
- Use Edit > Find > Find and Replace to replace all semicolons or tabs with commas.
- Save the file and re-open it in Numbers to confirm the columns are correct.
- Export as CSV UTF-8 following the steps in the Format in macOS section above.