Issue
When importing a CSV containing a list of custom field data types, the following error appears: “Import Error: Upload failed. Please ensure the file follows the upload guidelines.”

Affected versions
All versions
Affected configurations
All configurations
Cause
This error is usually caused by errors in the CSV file (e.g., wrong columns or missing required values).
Solution / Workaround
Make sure the CSV file follows the upload guidelines. If you are not sure which line or lines are causing the problem, you can check the detailed error description in the debug console of your browser.
Open your browser’s debug console (e.g., if using Chrome, press F12).
Click on the Network tab.
Try to upload the CSV file until you see the error described above.
Find the submission request (highlighted in red) called parse_list_values_csv and click on it.
Click Preview.
The response will contain the error description (e.g., The .csv file could not be processed - missing required value on row 31.):
If there are multiple lines that violate the upload guidelines, you will need to repeat these steps to troubleshoot the entire file.