Overview
Thesplit transformation splits a string into an array based on a delimiter.
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | string | Yes | The string to split |
delimiter | string | Yes | The delimiter character or string |
Split a string into an array
split transformation splits a string into an array based on a delimiter.
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | string | Yes | The string to split |
delimiter | string | Yes | The delimiter character or string |