FROM_KEY_VALUE
Maps a list of key values to a record with fields for each key.
Syntax
Arguments
Examples
Transformation job example
SQL
Query result
Last updated
Name | Type | Description | Default Value |
---|---|---|---|
keys | key | value | Output |
---|---|---|---|
keys | key[] | value[] | Output |
---|---|---|---|
keys
string
key
string
value
any
'foo, hello'
array['foo', 'hello']
array['bar', 'world']
{foo: bar
, hello: world
}
'foo, hello'
array['foo', 'hoo']
array['bar', 'zoo']
{foo: bar
, hello: null}
'foo, hello'
array['foo', 'hello']
array['bar', 'world']
{foo: bar
, hello: world
}