How to Fix Import Errors
Your data import failed or imported incorrectly.
Common causes
Section titled “Common causes”-
Column headers don’t match field names. HARi maps CSV columns to entity fields by header name. If your column says “Company Name” but the field is labeled “Company”, the mapping will fail.
-
Date format mismatch. HARi expects dates in ISO format (YYYY-MM-DD). Formats like MM/DD/YYYY or DD/MM/YYYY will cause errors or incorrect dates.
-
Required fields are empty. If the entity has required fields and your CSV has blank values in those columns, those rows will be rejected.
-
Lookup values don’t exist. If a field references another entity (e.g., Company on a Contact), the referenced record must already exist in HARi.
-
File encoding issues. Files saved with non-UTF-8 encoding may produce garbled characters or parsing errors.
Step-by-step fix
Section titled “Step-by-step fix”- Open your CSV file and verify the column headers match the field labels in HARi exactly.
- Convert all dates to YYYY-MM-DD format.
- Ensure all required fields have values for every row.
- For lookup fields, either import the referenced entity first (e.g., import Companies before Contacts) or use the display value that matches an existing record.
- Save the file as UTF-8 CSV. In Excel: File > Save As > CSV UTF-8.
- Re-run the import. Review the error report for any remaining row-level issues.
Also see Common Import File Format Issues for detailed formatting guidance.
Still stuck?
Section titled “Still stuck?”Download the import error report — it lists each rejected row with the specific validation error. Fix those rows in your CSV and re-import only the failed rows. If the error message is unclear, contact support with the error report attached.