Sample CSV Files

Download Sample CSV Files

Free sample CSV files for testing spreadsheet imports and data analysis. Various datasets including users, products, sales, and more.

Available Sample Files

Simple Users

Basic user data with name, email, and age

Product Catalog

E-commerce product data with prices and categories

Sales Data

Monthly sales records with revenue and units

Store Locations

Geographic data with addresses and coordinates

Employee Records

HR data with departments, salaries, and dates

Preview
Simple Users.csv
idnameemailagecountry
1John Doejohn.doe@example.com30USA
2Jane Smithjane.smith@example.com25Canada
3Bob Johnsonbob.j@example.com35UK
4Alice Brownalice.b@example.com28Australia
5Charlie Wilsoncharlie.w@example.com42Germany

About CSV Files

CSV (Comma-Separated Values) is a simple file format used to store tabular data. Each line represents a row, and values within each row are separated by commas. It's widely supported by spreadsheet applications and databases.

Common Use Cases

  • Importing/exporting data from spreadsheets
  • Database migrations and backups
  • Data analysis and reporting
  • Bulk data uploads to applications

CSV Format Tips

When working with CSV files, remember that values containing commas should be enclosed in quotes. The first row typically contains column headers. Different regions may use semicolons instead of commas as delimiters.

Real-World Use Cases

Data Migration

Export data from one system and import into another using CSV as an intermediary format.

Spreadsheet Testing

Test Excel import functionality, pivot tables, and data analysis features.

Bulk Operations

Import users, products, or orders in bulk using CSV upload features.

Report Generation

Test automated report exports and data visualization pipelines.

Frequently Asked Questions

How do I open a CSV file?

CSV files can be opened with Excel, Google Sheets, LibreOffice Calc, or any text editor. Most spreadsheet applications will automatically parse the columns when you open the file.

Why are my columns not separating correctly?

This usually happens when the delimiter doesn't match. Some regions use semicolons (;) instead of commas. Check your spreadsheet's import settings to specify the correct delimiter.

How do I combine multiple CSV files?

Use our CSV Merger tool to combine multiple CSV files into one. It automatically handles column matching and removes duplicate headers.

Can I convert CSV to other formats?

Yes! You can import CSV into Excel, convert it to JSON using various tools, or load it into databases. CSV is one of the most universally supported data formats.