Overview
The Data Filter Processor matches the input data according to a specified condition within a column. Only rows that match the condition are kept.
Input
The Processor operates on any valid input dataset.
Configuration

NOTE THAT in the configuration, only one column can be selected.
Output
The output contains a subset of the input dataset with the rows matching the configured condition.
Example
In the following example, we use the Iris dataset. The goal is to output the rows having a petal length greater than or equal to 6.5 cm.
Example Input


Example Configuration


Workflow


Result

