Multiple choice technology

Which records are taken in the reject link in Transformer stage?

  1. Condition not met

  2. Mismatched Meta data

  3. Null records

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In the Transformer stage, records that fail to meet the output constraint condition are routed to the reject link. This handles data validation failures - if a record doesn't satisfy the condition specified for an output link, it gets sent to reject instead. Mismatched metadata would cause job failure, null records may be handled depending on settings, and the reject link specifically captures condition failures.