Transforms
Mutate the value where Key Equal
Mutate the value of a key.
Example
This example shows how to use the MutateValueWhereKeyEq transformation to mutate the value of a key if the key exists.
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