Parse CSV
Parse CSV string into array.
Node Data | |
|---|---|
Display name | |
Parse CSV | |
Internal name | |
Node_Array_CSV_Parse | |
Inheritances | |
| Node_Array_CSV_Parse | |
Inputs | |
Input | |
text |
Csv String |
int |
Skip Line |
Table | |
bool |
First Row Header |
text |
Number Columns |
text |
Sort |
Output | |
text |
Columns |
bool |
Output Struct |
Outputs | |
any |
Array |
Parse csv string into an array.
Properties
Csv String
The csv string to parse.
Skip Line
Number of lines to skip before start parsing (some csv comes with header line with can mess with number parser).
Commit History
| 1.14.5 |
|
|---|