Multiple choice technology platforms and products

Which of the following is true about Router?

  1. Filters data on one condition

  2. Drops rows that donot meet the condition

  3. Filters the data on multiple condition

  4. Has no input and output groups

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

Router transformation can filter data based on multiple conditions and route rows to different output groups accordingly. Unlike Filter which has only one condition, Router allows you to specify multiple filter conditions and sends data to different groups based on which condition each row satisfies. Option A describes Filter, not Router. Option B is incomplete - Router does drop non-matching rows per group, but has multiple groups. Option D is incorrect because Router does have input and output groups.