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
- Add a Split Text component to your workflow
- Configure the splitting criteria
- Connect text input to the component
- 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