string_split
Split text into an array using a specified delimiter and optional limit parameter to control the number of resulting segments.
Instructions
Split text into an array
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| delimiter | No | ||
| limit | No |