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
Checklist
Testing Steps
- Validate row-level rejection output when quotes, delimiters, or column counts break parser expectations.
- Compare malformed and valid multiline CSV fixtures to ensure recovery logic does not discard good rows.
- Confirm import summaries, error exports, and retry behavior remain actionable after parser failures.
Companion fixtures
Related Variants
Next steps