Skip to main content
Filters items based on the configured conditions, then applies data transformers to the remaining items. This is the most common transformer step: in most cases you only configure the data transformers to reshape each item. The optional filters let you skip items that do not meet your conditions before any transforming happens, so unwanted items drop out of the route early.

Fields

Sample data

This step filters and reshapes the items passing through a route, so it runs as part of a route rather than on its own. A configuration that keeps every item and applies a single data transformer looks like this:
FieldValue
Filters(none)
Data transformersOne data transformer that sets a value
With this configuration, no items are filtered out and every item is sent through the listed data transformer before continuing through the route. Add one or more filters to skip items that should not be processed.