The Java filter step includes the following settings:
Option | Description |
---|---|
Destination step for matching rows (optional) | Specify the name of the step to receive rows evaluated as matching by the Condition (Java expression) option. |
Destination step for non-matching rows (optional) | Specify the name of the step to receive rows evaluated as non-matching by the Condition (Java expression) option. |
Condition (Java expression) | Specify a Java expression for filtering the data. See Filter expression examples for code samples. |