Transforms
Drop Record Where Value Equal
Drop a record where the value of the key equals the specified value.
Example
This example shows how to use the DropRecordWhereValueEq transformation to remove a record where the value of a specified key equals a given value.
Code
Given the input record:
Code
The record will be dropped and not included in the output.
If the value does not match:
Given the input record:
Code
The output record will be unchanged:
Code
Last modified on