Transforms
Mutate the value where Key Equal and Value Equal
Mutate a value where value equals the specified value and key equals the specified key.
Example
This example shows how to use the MutateValueWhereKeyEqAndValueEq transformation to mutate a value where the key equals a specified key and the value equals a specified value.
Code
Given the input record:
Code
The output record will be:
Code
If the key or value does not match:
Given the input record:
Code
The output record will be unchanged:
Code
Last modified on