blokboard/ Open app

Node reference

Parse CSV

Convert CSV text into rows

FilescsvParse

Convert CSV text into rows

Part of Files / Files. This reference is generated from the node definitions shipped with Blokboard.

When to use it#

  • Turn CSV text into rows that I can iterate over.

Parameters#

ParameterField typeDefaultDescription
Delimiter (delimiter)selectauto
First row contains headers (hasHeader)booleantrue
Skip empty lines (skipEmptyLines)booleantrue

Delimiter: Choices: Detect automatically (auto), Comma (,), Semicolon (;), Tab ( ), Pipe (|).

Skip empty lines: Available under More options.

Inputs#

PortValueDescription
instringCSV text produced by Read file.

Outputs#

PortValueDescription
outarrayCSV rows. Connect directly to Iterate to process one row at a time.

Use in a workflow#

Connect this node to the path that should execute it. Run a small example, inspect its actual output, and use the expression picker to select values for later nodes.

See expressions for mapping values, workflow basics for connections, and troubleshooting for failed runs.