Transforms
Rename a Key
Renames a key within a record.
Example
This example shows how to use the RenameKey transformation to rename a key in a record.
Code
Given the input record:
Code
The output record will be:
Code
If the key does not exist:
Given the input record:
Code
The output record will be unchanged:
Code
Last modified on