Joule
Search
K
Comment on page

Field

Filter event fields be removing the field from the source event using declared field names. 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.
field filter:
fields:
- credit_card_number
- address

Attributes

Attribute
Description
Data Type
Required
fields
List of fields to remove from the event
List<String>
Last modified 10mo ago