create_csv_tool
Generate synthetic CSV test data streamed to disk, with control over rows, columns, and delimiters for creating test fixtures.
Instructions
Generate a CSV test fixture with synthetic data, streamed to disk.
Examples: 0 rows, 100,000 rows, 1,000,000 rows (within configured limits).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | ||
| seed | No | ||
| columns | No | ||
| headers | No | ||
| encoding | No | utf-8 | |
| filename | No | ||
| delimiter | No | , | |
| overwrite | No | ||
| include_header | No | ||
| output_directory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |