Understand errors during data import
| Error message | Possible reasons and troubleshooting steps |
|---|---|
|
The file size exceeds the 10MB limit. Ensure that you are importing the correct file. If the file contains too many records, consider splitting the records into two or more files. |
|
The file is not in CSV format. Ensure that the file has a .csv extension. |
|
The CSV file uses an unsupported encoding format. If the file is confirmed to be a CSV, open it in Notepad. Select , and ensure that the encoding is set to UTF-8. |
|
The import file is expected to contain a column with the header specified in the error message, but the column is missing or incorrectly named. Verify the import file against the data mapping to ensure that the column exists, contains data, and uses the correct header name. |
|
The value provided for the specified field must match an existing record in the application, but no matching record was found. This issue may occur for fields such as organization, period, metric, KPI, or unit of measurement. For example: The file specifies organization code 310, but the code does not exist in the Organization Structure module. Ensure that the import file uses correct and existing values from the application. |
|
The field is required but has no value. Enter a value for the specified field. |
|
The field requires a numeric value, but a non-numeric value was provided. Ensure that the value entered for the field is numeric. |