Test files › Structured data › ragged-rows.csv
Corrupt CSV file
Rows with too few and too many columns relative to the header.
↓ Download ragged-rows.csv| Filename | ragged-rows.csv |
| Format | CSV |
| Size | 123 bytes (123 bytes) |
| MIME type | text/csv; charset=utf-8 |
| SHA-256 | 2292b423c8910544ee2df0a720e17cfaebb15f10270c0dd64e39bfc411635cb4 |
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