General issues
Troubleshooting CSV import errors, duplicate records, and failed migrations
Fix CSV import problems by validating source rows, required fields, duplicate handling, and partial-import state before retrying.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fix CSV import problems by validating source rows, required fields, duplicate handling, and partial-import state before retrying.
| Symptom | Check first |
|---|---|
| Invalid email | Spaces, invisible characters, multiple addresses in one cell, or missing values. |
| Duplicate client or lead | Existing record by email, previous partial import, or duplicate source row. |
| Columns mapped incorrectly | Header names, sample row values, and whether the target expects separate first/last name fields. |
| File is rejected | File type, encoding, required headers, and size. |
| Case migration is incomplete | Whether the source contains data that has no direct VisaFlo equivalent. |