Filter
The Filter node enables removing certain records from the ETL process if they match a specific condition.
Anatomy

Button to add a new filter condition.
A configured filter condition.
Button to delete a filter condition.
The column to filter on.
The operator used to perform the comparison.
The type the column should be treated as.
The value to compare to.
Button to switch to Python mode.
Python Mode
In addition to the Filter Editor for configuring filter conditions, you can use custom Python to perform the filtering.

For more information about writing and executing custom Python, check out the documentation for the Python transformation.
Last updated
Was this helpful?