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.

field filter:
  fields: 
    - credit_card_number
    - address

Attributes

AttributeDescriptionData TypeRequired

fields

List of fields to remove from the event

List<String>

Last updated