CSV IMPORT TROUBLESHOOTING
Why Won't My CSV Import?
A CSV import usually fails because the file's actual structure, delimiter, encoding, or headers differ from the contract the receiving system expects.
Reviewed 18 August 2026Check errors, clean a file, or convert it — entirely in your browser.
Your data never leaves your browser
One task at a time. Your selected file stays on this device.
A CSV import usually fails because the file's actual structure, delimiter, encoding, or headers differ from the contract the receiving system expects.
Reviewed 18 August 2026A CSV record can legitimately occupy several physical lines when a quoted field contains a line break; rows break incorrectly when quote boundaries are missing or software splits raw lines instead of parsed records.
Reviewed 18 August 2026Excel removes leading zeros when it interprets digit-only CSV text as a number, even though postal codes, SKUs, account references, and phone fragments are identifiers.
Reviewed 18 August 2026