@radzor/csv-export
Generate and parse CSV files from data arrays. Supports custom delimiters, headers, and streaming.
Data & Databasev0.1.0typescriptpythonServercsvexportimportparsedataspreadsheetby Radzor
Install
View source on GitHub →$npx radzor@latest add csv-export
⚠ Constraints: No external dependencies. Works in Node.js and browser. For large datasets prefer streaming mode. Default delimiter is comma.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| delimiter | string | — | Column delimiter (default: ',') |
| includeHeaders | boolean | — | Include header row (default: true) |
delimiterstring
Column delimiter (default: ',')
includeHeadersboolean
Include header row (default: true)
Outputs
| Name | Type | Description |
|---|---|---|
| csvString | string | Generated CSV string. |