Transforms
Rename Key Where Value Equal
Rename a key where the value is equal to a specified value.
Example
This example shows how to use the RenameKeyWhereValueEq transformation to rename a key if the value equals a specified value.
Code
Given the input record where the value matches:
Code
The output record will be:
Code
Given the input record where the value does not match:
Code
The output record will be unchanged:
Code
Last modified on