Node reference
Parse CSV
Convert CSV text into rows
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#
| Parameter | Field type | Default | Description |
|---|---|---|---|
Delimiter (delimiter) | select | auto | |
First row contains headers (hasHeader) | boolean | true | |
Skip empty lines (skipEmptyLines) | boolean | true |
Delimiter: Choices: Detect automatically (auto), Comma (,), Semicolon (;), Tab ( ), Pipe (|).
Skip empty lines: Available under More options.
Inputs#
| Port | Value | Description |
|---|---|---|
in | string | CSV text produced by Read file. |
Outputs#
| Port | Value | Description |
|---|---|---|
out | array | CSV 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.