A paper file arranged into orderly spreadsheet columns.All guides

What went wrong with your CSV import?

Get your data into the right columns, with its identifiers and characters intact.

Start with the original file. Import settings matter more than cell formatting.

Match the symptom

Everything lands in one column
Check the separator and quoted fields.
Zeros disappear from the start of IDs
Keep identifiers as text when importing.
Long IDs change or lose digits
Check whether values changed before trying a display fix.
Accents turn into strange characters
Check the original file and its encoding.

Keep an untouched copy of your export. First check the columns, then the text and identifiers. A tidy table can still contain changed values.

Check your CSV separator with a pasted sample, or download a small example file.

A blank sheet beside a sheet containing only a header.
CSV imports3 min read

Tell an empty CSV from a header-only export

Distinguish zero-byte, header-only, and populated CSV exports before a cleanup job reports success or overwrites an earlier result.

Example files included