You can download sample CSV files here for testing purposes. The datasets can be used in any software application compatible with CSV files. An easy tool to edit CSV files online is our CSV Editor.

Three datasets are available: Customers, People, and Organizations.

For each dataset, several CSV sizes are available, from 100 to 2 million records. The first line contains the CSV headers. An index column is set on each file. Rows have an index value which is incremental and starts at 1 for the first data row.

All datasets are free to download and play with. All the data is random and those files must only be used for testing.

The script used to generate all those CSV files is open source and available on Github.

Customers Dataset

  • Index
  • Customer Id
  • First Name
  • Last Name
  • Company
  • City
  • Country
  • Phone 1
  • Phone 2
  • Email
  • Subscription Date
  • Website

Download Customers Sample CSV files

People Dataset

  • Index
  • User Id
  • First Name
  • Last Name
  • Sex
  • Email
  • Phone
  • Date of birth
  • Job Title

Download People Sample CSV files

Organizations Dataset

  • Index
  • Organization Id
  • Name
  • Website
  • Country
  • Description
  • Founded
  • Industry
  • Number of employees

Download Organizations Sample CSV files