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
| Name | Type | Description | Exemple |
|---|---|---|---|
| file | string |
Read CSV
undefined
Inputs
| Name | Type | Description | Exemple | Required |
|---|---|---|---|---|
| file | string | false | ||
| wizardSchema | object | Configure the schema and the parameters of the CSV file. | false |
Outputs
| Name | Type | Description | Exemple |
|---|---|---|---|
| readDatasource | object |
Version(s)
1.0.5 