FileExamples
CSVJSONSQL1,000 rows

Sample Test Data

Download general-purpose test data files in CSV, JSON, and SQL formats. This collection includes a mix of user records, product catalogs, and transaction data — designed to cover the most common testing scenarios. Whether you are building a new feature, running tests, or prototyping a data pipeline, these files give you realistic data to work with immediately.

Data Structure Preview

// CSV version:
id,type,name,value,created_at
1,user,Alice Johnson,active,2024-01-15
2,product,Wireless Mouse,29.99,2024-01-20
3,order,ORD-001,149.97,2024-02-01

Fields

idtypenamevaluecreated_at

Common Use Cases

  • Quick-start testing for new projects
  • Testing multi-format data import features
  • Validating data type handling across formats
  • General testing and smoke tests
  • Teaching and learning data processing

Frequently Asked Questions

Which format should I use?

Use CSV for spreadsheet and data pipeline testing, JSON for API and frontend testing, and SQL for database testing. All three contain equivalent data.

Is this suitable for production?

This data is for testing and development only. It contains realistic but fictional records.