Test filesStructured data › ragged-rows.csv

Corrupt CSV file

Rows with too few and too many columns relative to the header.

↓ Download ragged-rows.csv
Filenameragged-rows.csv
FormatCSV
Size123 bytes (123 bytes)
MIME typetext/csv; charset=utf-8
SHA-2562292b423c8910544ee2df0a720e17cfaebb15f10270c0dd64e39bfc411635cb4
What this file catchesImporters that silently pad or drop values. The right behaviour is a per-row validation error naming the row number, not a partial import.

Download & verify

curl -fsSL -o "ragged-rows.csv" "https://files.hexaqa.com/csv/ragged-rows.csv"
curl -fsSL "https://files.hexaqa.com/csv/ragged-rows.csv" | sha256sum # expect: 2292b423c8910544ee2df0a720e17cfaebb15f10270c0dd64e39bfc411635cb4

More structured data test files

1million-rows.csvbom-and-semicolons.csvformula-injection.csvquoting-nightmare.csvvalid-simple.csvdeeply-nested-100000.jsonlarge-array-100mb.jsonmalformed-trailing-comma.json

← All Structured data files