Structural

This section describes the following structural functions:

FunctionDescription

Maps a list of key values to a record with fields for each key

Returns a range of numbers between start and end (inclusive)

Combines multiple key-value arrays into one by the keys

Extracts data from JSON objects

Extracts data from JSON objects

Outputs an index and a value field. The index contains a zero-based index, and the value contains the value in the input field

Extracts data from a query string

Converts the record containing the field to a JSON string

Sorts the values array by the sortKeys array

Outputs all the values from all the inputs as an array

Combines multiple arrays by index into records

Combines multiple arrays by index into records

Last updated