Java Filter
Options
Option | Description |
---|---|
Transform name | Name of the transform this name has to be unique in a single pipeline. |
Destination transform for matching rows (optional) | The rows for which the written condition is evaluated to true are sent to this transform. |
Destination transform for non-matching rows (optional) | The rows for which the written condition is evaluated to false are sent to this transform. |
Condition (Java Expression) | Defines the Java condition on which to filter the data. See examples below. |