Sample CSV Files
DataComma-separated values — rows of Faker data
Download by size
Need a custom CSV file?
Configure exact parameters and download on demand.
Download via curl
# Download the 1 MB CSV file
curl -L "http://localhost:8000/files/csv/sample-csv-1mb.csv" \
-o sample-csv-1mb.csv
# Generate a custom file via API
curl -X POST https://gettestfiles-api.fly.dev/generate/csv \
-H "Content-Type: application/json" \
-d '{}' --output custom.csv