Split Text
Uncontrolled node
Overview
This node splits text into a list of texts based on a separator. For example if you have a text "a,b,c" and you use "," as the separator, the output will be a list of texts ["a", "b", "c"].
Inputs
Input | Type | Description | Default |
---|---|---|---|
text | Text | The text to split | - |
separator | Text | A separator to split the text by | - |
Outputs
Output | Type | Description |
---|---|---|
list | List | A list of Texts |