Multiple choice technology

How will you take rejects from Transformer stage?

  1. Using Otherwise log

  2. Using Constraints

  3. Using functions

  4. All the above

Reveal answer Fill a bubble to check yourself
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.