This document explains the Split Text node, which divides text into a list based on specified characters.Documentation Index
Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt
Use this file to discover all available pages before exploring further.
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:
