// ragged rows, fixed
Every export has
one row that's wrong.
Paste a messy CSV, TSV, or pipe-delimited file, or drop one below. Delint CSV figures out the delimiter, pads short rows, tames rows with extra commas, and hands back a clean file you can download.
or drag a .csv / .tsv / .txt file here — or just paste below
What gets fixed
- Wrong delimiter guesses — detected automatically from comma, tab, semicolon, or pipe
- Short rows — padded with empty cells so every row lines up under the header
- Long rows — extra fields folded into the final column instead of shifting everything
- Stray whitespace — leading/trailing spaces trimmed from every cell
- Fully blank rows — dropped rather than kept as gaps