Multiple choice technology

which is true about router and filter transformation

  1. a.Both Filter and Router drops the falls condition records

  2. b. Both Filter and Router will not drops the falls condition records

  3. c.filter drops the falls condition records but router will pass through this records

  4. d.Router drops the falls condition records but Filter will pass through this records

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

In Informatica transformations, a Filter transformation drops rows that don't meet the filter condition (only matching rows pass through). A Router transformation passes ALL rows through different output groups based on conditions - it doesn't drop any rows. Thus C is correct.