Multiple choice technology

Which transformation splits rows conditionally?

  1. Router

  2. Filter

  3. Normalizer

  4. Rank

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

Router transformation conditionally splits rows into multiple groups based on different filter conditions. Unlike Filter which drops rows not matching a single condition, Router can route rows to different downstream groups based on multiple conditions, with all rows being processed (either routed or passed through default group).