CSV
App Overview
Read and Write data from CSV files.
Getting Started: Installations
| Name | Type | Description | Exemple | Hidden |
|---|
App Items
Events
ETL_TASK
Write CSV
undefined
Inputs
| Name | Type | Description | Exemple | Required |
|---|---|---|---|---|
| datasource | object | true | ||
| fileName | string | Name of the exported file | exportedFile.csv | true |
| addSchemaAsFirstRow | boolean | Add the schema as the first row of the file | false | |
| csvDelimiter | string | The delimiter used in the CSV file | ; | true |
| encoding | string | The encoding of the file | true |
Outputs
Version(s)
1.0.5 