Parser Regression Fixtures

Stable and edge-case fixtures for document, data, and archive parsers that need deterministic regression coverage.

3 Why This Workflow Matters
6 Files
Use workflow pages to move from a job to the exact fixtures, packs, and supporting references.
Why This Workflow Matters

About This Workflow

  • Mix valid, malformed, and truncated files in the same regression suite.
  • Cover quoted CSVs, duplicate-key JSON, and damaged PDFs and ZIPs.
  • Use packs when you need repeatable multi-file test setup.
Recommended Packs

Fixture Packs

JSON API Fixture Pack

Bundle of structured JSON payloads for contract testing, parser validation, and nested payload workflows.

json_api_fixture_pack.zip · 1.9 KB

CSV Import Test Pack

Bundle of realistic CSV fixtures for spreadsheet import, ETL ingestion, and parser regression testing.

csv_import_test_pack.zip · 1.7 KB

Document Extraction Fixture Pack

Bundle of real PDF and TXT fixtures for extraction, layout parsing, OCR-style validation, protected-document handling, and damaged-file workflows.

document_extraction_fixture_pack.zip · 18.9 KB

Fixture Matrices

Fixture Matrices

CSV Import Fixture Matrix

Choose the right CSV fixture for spreadsheet imports, ETL jobs, delimiter handling, encoding validation, parser failure paths, and real large-file ingestion.

JSON API Fixture Matrix

Pick JSON fixtures for contract testing, nested payload validation, Unicode handling, parser failure conditions, and real large-payload handling.

PDF Extraction Fixture Matrix

Use the PDF matrix to choose between text-heavy, layout-driven, form-like, and damaged fixtures for preview and extraction pipelines.

Suggested Fixtures

Files

Filename Format Size Actions
csv_malformed_quotes_sample.csv
.csv SHA256 700e0d5faf4f...
CSV 125 B
csv_inconsistent_columns_sample.csv
.csv SHA256 4ade71571b80...
CSV 118 B
json_duplicate_keys_sample.json
.json SHA256 c83e6df3b568...
JSON 97 B
json_truncated_payload_sample.json
.json SHA256 9ca2e359a467...
JSON 193 B
pdf_truncated_edge_case_sample.pdf
.pdf SHA256 537de4efe227...
PDF 701 B
zip_truncated_edge_case.zip
.zip SHA256 72dfa51d988d...
ZIP 977 B
Related Strategy Pages

Related Guides