CSV use case

CSV Sample File for Row-Count Stress

Benchmark CSV import and validation paths under realistic row volume using valid large CSV fixtures and shape-control files.

250.0 MB Manifest JSON SHA256
Starter file

Download

csv_sample_file_250MB.csv

250.0 MB text/csv SHA256 48fb97b19c6e...
Checklist

Testing Steps

  1. Measure row-per-second throughput and peak memory during parse and load.
  2. Check delimiter, quote, and null handling on the same pipeline after large-file runs.
  3. Validate summary counts, rejected rows, and error exports against expected totals.
Companion fixtures

Related Variants

csv_sample_file_100MB.csv

100.0 MB · text/csv

Download

csv_embedded_json_values_sample.csv

229 B · text/csv

Download

csv_inconsistent_columns_sample.csv

118 B · text/csv

Download
Next steps

Related Pages