How will you take rejects from Transformer stage?
-
Using Otherwise log
-
Using Constraints
-
Using functions
-
All the above
A
Correct answer
Explanation
In a Transformer stage, you can capture rejected rows using the "Otherwise" output link. The Otherwise clause catches all rows that don't match any specified constraint conditions. This provides a way to log and handle rows that fail transformation logic. Constraints and functions are used for data validation and transformation, not specifically for reject capture.