Transforms
Duplicate Key Value to Key
Duplicate a key value to a new key.
Example
This example shows how to use the DuplicateKeyValueToKey transformation to duplicate the value of an existing key to a new key in the JSON record.
Code
Given the input record:
Code
The output record will be:
Code
Last modified on