Skip to content

CSV.Read

Name Mandatory 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 No Whether the shard should parse the first row as data, instead of header. false Bool
Separator No 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.