Answer Posted / ravi awasthi
Router
1. Router transformation divides the incoming records into multiple groups based on some condition. Such groups can be mutually inclusive (Different groups may contain same record)
2. Router transformation itself does not block any record. If a certain record does not match any of the routing conditions, the record is routed to default group.
3. Router acts like CASE.. WHEN statement in SQL (Or Switch().. Case statement in C)
Filter
1. Filter transformation restricts or blocks the incoming record set based on one given condition.
2. Filter transformation does not have a default group. If one record does not match filter condition, the record is blocked.
3. Filter acts like WHERE condition is SQL.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many types of sessions are there in informatica.please explain them?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
How does a rank transform differ from aggregator transform functions max and min?
What are the settings that you use to configure the joiner transformation?
Explain lookup transformation source types in informatica
Write the unconnected lookup syntax?
Is it possible to revert a global repository to local one and why?
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
Explain what are the different versions of informatica?
How to partition the Session?
What does role playing dimension mean?
What is a surrogate key?
Why sorter is an active transformation?
Can informatica load heterogeneous targets from heterogeneous sources?
Explain the code page compatibility?