Skip to main content

Split Text

The Split Text component divides text input into multiple parts based on specified delimiters. This is useful for processing and analyzing text data in smaller chunks.

Usage

  1. Add a Split Text component to your workflow
  2. Configure the splitting criteria
  3. Connect text input to the component
  4. Use the resulting parts in subsequent components

Configuration

  • Delimiter: Character or string used to split the text
    • Common options: space, comma, newline, custom
  • Max Parts: Maximum number of parts to split into (optional)
  • Trim Whitespace: Remove leading/trailing whitespace from parts
  • Remove Empty Parts: Skip empty parts in the output

Example Use Cases

  • Split sentences into words
  • Create list from text
  • Process CSV-like data
  • Break down paragraphs into sentences
  • Extract keywords from text
  • Divide long text into manageable chunks

Input/Output

  • Input: Accepts text to be split
  • Output: Returns a list of text parts