DE EN

Free · No signup

Sample CSV file

Create sample CSV files with configurable row and column counts: 1 to 100,000 rows, 1 to 100 columns. Via web form or API, no signup. For tests, import checks, and development.

What is a sample CSV file?

A sample CSV file contains synthetic data in rows and columns – no real personal or production data. Developers and QA use it to test CSV imports, validate parsers, or simulate edge cases (many rows, many columns).

dummyfiles.dev generates such files on demand: you set the number of rows (1 to 100,000), columns (1 to 100), and optionally a delimiter. Download as CSV or via API.

Features

Rows: 1 to 100,000.

Columns: 1 to 100.

Format: CSV with configurable delimiter (comma, semicolon, tab).

Content: Placeholder text per cell, suited for import and parser tests.

Use cases

  • Test CSV import in applications
  • Validate parsers and validation logic
  • Test performance with large files
  • Automated tests/pipelines: generate repeatable test data
  • Simulate edge cases (many columns, long lines)

Highlights

  • Up to 100,000 rows, up to 100 columns
  • No registration
  • GET API
  • Optional filename for download

FAQ

How do I create a sample CSV file?
On the homepage open the “CSV” tab, set rows and columns, click “Create file”. Or call the API.
Which delimiters are supported?
Comma, semicolon, and tab – depending on the setting.
Can I use real data?
No. Only placeholder text is generated – for tests without real data.
How large can the file be?
Maximum 100,000 rows × 100 columns. Actual file size depends on content.
Is this suitable for automated tests?
Yes. The API can be called with fixed parameters and returns reproducible CSV files.

More generators

Test file generator · Test file download · Sample CSV file · Sample JSON file · CSV generator · JSON generator · Dummy PDF file · Placeholder image generator · Test image download · QR code generator · Dummy text generator · Lorem ipsum generator · EICAR test file · Virus test file · Antivirus test file · Virus scanner test file · API documentation

← Back to homepage