Documentation Index

Fetch the complete documentation index at: https://help.hyperscience.ai/llms.txt

Use this file to discover all available pages before exploring further.

Error importing list custom field data types (CFDT)

Prev Next

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.”

ImportErrorUploadFailed.png

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.

  1. Open your browser’s debug console (e.g., if using Chrome, press F12).

  2. Click on the Network tab.

  3. Try to upload the CSV file until you see the error described above.

  4. Find the submission request (highlighted in red) called parse_list_values_csv and click on it.

  5. Click Preview.
    The response will contain the error description (e.g., The .csv file could not be processed - missing required value on row 31.):

    DebuggingCustomDataTypeCSV.pngIf there are multiple lines that violate the upload guidelines, you will need to repeat these steps to troubleshoot the entire file.