Read CSV Data
Object to read CSV files
Last updated
Object to read CSV files
Last updated
Field | Description |
Title | Object title |
Object Identifier Name | Singular name to reference the Read CSV Data object (variable) |
Enconding | Inform the file encoding (UTF-8 or ANSI) |
File | Option to select a CSV file |
Delimiter | Character that will be used as delimiter. For example: ; (semicolon) |
Ignore the first row | Option to ignore the file's first row |
Return Type | Option to select the return type |
File has header | Option to be selected if the file already has a header |
Include header | Option to include a header in the file |
Advanced settings | Additional advanced settings |
In order to read a CSV file, you must have a pre-existing file and follow these steps:
1 - Select the "Read CSV Data" object, define an unique name for the object in "Object Identifier Name", select the file and enter the file delimiter. Finally, select the desired return type.
If the option "Ignore first row" is selected, the first row of the file will be ignored.
If the file does not have a header, it can be added by using the "+ Add Header" button.
If you want to extract only a block of data from the file, define it in the advanced settings.