CSV use case

CSV Sample File for Malformed Row Recovery

Exercise CSV rejection, row-level error reporting, and recovery behavior with malformed quotes, inconsistent columns, and multiline-field controls.

125 B Manifest JSON SHA256
Starter file

Download

csv_malformed_quotes_sample.csv

125 B text/csv SHA256 700e0d5faf4f...
Checklist

Testing Steps

  1. Validate row-level rejection output when quotes, delimiters, or column counts break parser expectations.
  2. Compare malformed and valid multiline CSV fixtures to ensure recovery logic does not discard good rows.
  3. Confirm import summaries, error exports, and retry behavior remain actionable after parser failures.
Companion fixtures

Related Variants

csv_inconsistent_columns_sample.csv

118 B · text/csv

Pobierz

csv_multiline_fields_sample.csv

106 B · text/csv

Pobierz

csv_empty_cells_sample.csv

129 B · text/csv

Pobierz

csv_sample_file_10MB.csv

10.0 MB · text/csv

Pobierz
Next steps

Related Pages