Text Manipulation
Split Text
This document explains the Split Text node, which divides text into a list based on specified characters.
Node Inputs
Required Fields
-
Text: Content to split
Example: “apple,banana,orange”
Optional Fields
-
Character(s) to Split on: Delimiter
Default: comma
,
-
Split on Newline: Use line breaks instead
Node Output
- List of Text: Array of split segments
Node Functionality
The Split Text node:
- Divides text into parts
- Uses custom delimiters
- Handles line breaks
- Preserves empty segments
- Supports batch processing
Common Use Cases
- CSV Data:
- Line Processing:
- Tag Separation:
Additional Information
In summary, the Split Text node helps break down text into manageable pieces using delimiters or line breaks, perfect for data processing tasks.