Skip to main content

Overview

The split transformation splits a string into an array based on a delimiter.

Syntax

split(<variable>, delimiter=",")

Parameters

ParameterTypeRequiredDescription
variablestringYesThe string to split
delimiterstringYesThe delimiter character or string

Examples

split(<variable>, delimiter=",")
split(<variable>, delimiter=" ")