+
K
Back to: Index of transforms
Transforms in this section operate on an array data type. Learn more about how to search for and add a transformation.
Define an array by manually adding values or by referencing an existing array.
Returns a string array from a string input, split on a delimiter string.
Returns an array containing the unique values from an input array.
Returns the value at input index.
Returns a string by combining input string array values (string delimiter optional).
Sorts the array.
Returns True if the input array contains specified value, otherwise False.
True
False
Returns a numeric array from a starting value, ending value, and step size.
Returns the first value in the array.
Returns the last value in the array.
Returns the length of the array.
Performs various single number aggregations on a number array. Aggregate a group of numbers into a single number.
The available aggregates for number group and time series number aggregations are:
Convert an array of strings to an array of numbers.
Convert an array of strings to an array of booleans.
Convert an array of strings to an array of dates.