CSV use case

CSV voorbeeldbestand voor Chunked Import

Use real large CSV files to validate chunked readers, preview pagination, row buffering, and batch-import checkpointing.

100.0 MB Manifest JSON SHA256
Starter file

Download

csv_sample_file_100MB.csv

100.0 MB text/csv SHA256 b9931a11a2bc...
Checklist

Testing Steps

  1. Verify chunk boundaries do not split quoted or multiline rows incorrectly.
  2. Compare preview counts and final imported counts for 50MB, 100MB, and 250MB CSV files.
  3. Confirm retries resume cleanly after partial imports or worker restarts.
Companion fixtures

Related Variants

csv_sample_file_250MB.csv

250.0 MB · text/csv

Download

csv_sample_file_50MB.csv

50.0 MB · text/csv

Download

csv_wide_table_sample.csv

1.6 KB · text/csv

Download

csv_multiline_fields_sample.csv

106 B · text/csv

Download
Next steps

Related Pages