CSV use case

CSV Sample File for Upload Testing

Validate upload size limits, MIME checks, and timeout behavior with realistic fixtures.

250.0 MB Manifest JSON SHA256
Starter file

Use one representative fixture first.

csv_sample_file_250MB.csv

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

Keep the validation sequence short.

  1. Confirm request size policy and limit errors.
  2. Verify MIME/signature detection and rejection paths.
  3. Check retry behavior on network interruption.
Companion fixtures

Add nearby variants only when needed.

csv_sample_file_100MB 2.csv

100.0 MB · text/csv

Download

csv_sample_file_100MB.csv

100.0 MB · text/csv

Download

csv_sample_file_50MB.csv

50.0 MB · text/csv

Download

csv_sample_file_25MB.csv

25.0 MB · text/csv

Download
Next steps

Branch into the next relevant page.