Description
This node will create an array from a CSV file.
This can be useful if you want to test your graphs by using dummy tables that can be quickly created in a spreadsheet and saved to CSV file.
Properties
CSV separator character
: Set the character being used to separate values.
Default :,
Inputs
Name | Type | Description |
---|---|---|
CSV | String | Expects CSV type data. Typically this will be connected to a Read File node pointing to a CSV file. |
Outputs
Name | Type | Description |
---|---|---|
Array | Array | The array formatted from the CSV data |
Need more help with this?
Don’t hesitate to contact us here.