Type: nodetool.text.Split
Namespace: nodetool.text
Description
Separates text into a list of strings based on a specified delimiter. text, split, tokenize
Use cases:
- Parsing CSV or similar delimited data
- Breaking down sentences into words or phrases
- Extracting specific elements from structured text
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| text | str |
`` | |
| delimiter | str |
, |
Outputs
| Output | Type | Description |
|---|---|---|
| output | List[str] |
Metadata
Related Nodes
Browse other nodes in the nodetool.text namespace.