Skip to content

CSV.Read

Name - Description Default Type
<input> A multiline string in CSV format. String
<output> A sequence of rows, with each row being a sequence of strings. [[String]]
NoHeader Whether the shard should parse the first row as data, instead of header. false Bool
Separator The character to use as fields separator. "," String

Reads a CSV string and outputs the data as a sequence of strings in a sequence of rows.