Remove attributes
Remove defined fields from the source event. This is ideal when there is a regulation requirement to process events without PII information at source.
Example
This process will remove credit_card_number
and address
fields from the source event ready for the next processor.
Attributes
Attribute | Description | Data Type | Required |
---|---|---|---|
fields | List of fields to remove from the event | List<String> |
Last updated