โข Active Transformation
โข Used to filter the data or reduce the amount of data.
โข Single condition can be applied at a time.
โข Filter transformation accepts only two types of data - Boolean (True or False)
โข Filter accepts condition satisfied data.
โข The false data is rejected or dropped to the bad files. (Drawback)
Scenario 1: More than on targets.
We canโt combine multiple conditions in one filter
Scenario 2: Only one target.
Here we can combine multiple conditions in one filter using logical operators (AND, OR)
Comments
Post a Comment