Skip to main content
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

  1. CSV Data:
  1. Line Processing:
  1. Tag Separation:

Additional Information

Video Tutorial In summary, the Split Text node helps break down text into manageable pieces using delimiters or line breaks, perfect for data processing tasks.