Multiple choice technology

can we filter records with look up transformation?

  1. Yes

  2. no

  3. look up is not for filtering so it throws error

  4. when performing look up we need to write a stored procedure

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

Lookup transformations can effectively filter records by using the lookup condition - records that match the condition are returned, while non-matching records can be dropped or processed differently. This is a common filtering technique in mappings.