Split text into a list
Splits text into a list — one item per line, or on a separator you choose.
A transform in the Data group.
Its type is transform.split_text.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
text |
Text | data in | String |
value |
List | data out | List of String |
Configuration
Section titled “Configuration”| Field | Key | Default | Notes |
|---|---|---|---|
| Text | text |
— | one item per line, or wire something in |
| Separator | separator |
— | blank for a new line |