CSV import is where most lead data goes wrong: a mis-mapped column, a delimiter guessed incorrectly, an encoding problem that turns every accented name to mojibake. And you usually discover it after the import, spread across three thousand records.
The rebuilt import wizard walks you through it:
- Upload, and see a preview with the delimiter detected before you commit.
- Map columns to lead fields and custom context fields, with the mapping shown against real rows from your file.
- Watch progress while a large file imports in the background — no held browser tab.
- Land on the imported batch when it finishes, so you can inspect exactly what arrived and fix or remove it as a unit.
Errors are reported per row with the reason, rather than failing the whole file.