QUERY_STRING_TO_RECORD
Extracts data from the query string.
Syntax
Arguments
Name | Type | Description | Default Value |
---|---|---|---|
mappings | string | Field names | |
value | string |
Examples
mappings | value | Output |
---|---|---|
'a,string' | 'a=Hello' | {a: |
'a,string | ||
b,string' | 'a=Hello&b=World' | {a: |
Transformation job example
SQL
Query result
mappings | value | Output |
---|---|---|
'a,string' | 'a=Hello' | {a: |
Last updated