Split Text

Split text by delimiter into a list of items.

Overview

The Split Text node breaks a single text input into multiple items based on a delimiter. The output is a list that can be iterated by downstream nodes, enabling batch processing from a single text source.

Configuration

Field Type Default Description
Delimiter Select newline Split character: newline, comma, custom
Custom Delimiter Text Custom delimiter string (when “custom” selected)

Inputs & Outputs

Inputs: Text (required) Outputs: List of text items

Best Practices

Common Use Cases

Tips