Text Operations
Split Text Node
Split text based on a delimeter
This node takes input text and separates it into a list of texts based on the delimeter.
It is often used when splitting a large text into smaller pieces, and then performing operations on each item in the list.
Node Inputs
-
Text for splitting: The text for splitting
- Type:
Text
- Type:
If Delimeter is Character(s):
-
Character: The character for splitting
- Type:
Text
- Type:
Node Parameters
On the face of the node:
-
Delimeter: The type of delimeter for splitting. The available options are Space, New Line and Character(s). The default option is Space.
- Type:
Dropdown
- Type:
Node Outputs
-
Processed Text: The text is split by the delimeter and outputted in List format
-
Type:
List<Text>
-
Example usage:
{{split_text_0.processed_text}}
-