The following configuration defines the transform parameters. Each field's specifications, such as type, requirements, default values, and descriptions, are detailed below.
Code
{ "operation": { "type": "string", "item_type": "", "required": true, "default": "drop_record_where_value_eq", "enum": null, "immutable": true, "description": "" }, "arguments": { "key": { "type": "string", "item_type": "", "required": true, "default": null, "enum": null, "immutable": false, "description": "The key which values should be checked" }, "value": { "type": "any", "item_type": "", "required": true, "default": null, "enum": null, "immutable": false, "description": "The value to compare with the record's 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.