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