CSV Delimiter character
CSV Quote character
Generated CSV
CSV Generator
Features
- Generate Random/Patterned CSV Content:
- Supports up to 100,000 rows.
- Allows customization of delimiters, quotes, headers, and column definitions.
- Column Definitions:
- Define column names and types (e.g., string, number, boolean).
- Supports regular expressions for generating specific patterns.
- Preview and Download:
- Preview the generated CSV content.
- Download as a
.csvfile.
How to Use
- Set Parameters:
- Specify the number of rows (1–100,000).
- Choose a delimiter (e.g., comma, tab).
- Define column names and types.
- Generate CSV:
- Click the "Generate" button to create the CSV content.
- Preview and Save:
- Preview the generated content.
- Save the file locally.
Example
Input:
- Rows:
3 - Delimiter:
, - Columns:
[ { "name": "id", "type": "/[A-Z]{2}\d{4}/" }, { "name": "name", "type": "string(8)" }, { "name": "price", "type": "number(5,2)" } ]
Output:
id,name,price
AB1234,QwErTyUi,12.34
CD5678,AsDfGhJk,99.99
EF9012,ZxCvBnMl,0.50
What is a CSV Generator?
A CSV Generator is a tool that creates CSV files based on user-defined parameters. It is useful for testing, data simulation, and other scenarios requiring structured data.