PXC Documentation

PXC Home

Parse CSV

1.18.0

Parse CSV string into array.

Node Data

Display name

Parse CSV

Internal name

Node_Array_CSV_Parse

Inheritances

Node_Array_CSV_Parse

Inputs

Node_Array_CSV_Parse

text

Csv String

int

Skip Line

bool

First Row Header

text

Sort

bool

Output Struct

text

Columns

text

Number Columns

Outputs

Node_Array_CSV_Parse

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).



Related Links