Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Differnce between filter and router?

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


Please Help Members By Posting Answers For Below Questions

Tell me about MD5 functions in informatica

981


What is informatica etl tool?

1058


Describe expression transformation?

1166


3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs

2300


How do you load unique records into one target table and duplicate records into a different target table?

1313


what are the Methods For Creating Reusable Transformations?

1253


How to create a non-reusable instance of reusable transformations?

1170


Explain pushdown optimization $pushdownconfig parameter - informatica

1193


Clarify the utilization of aggregator cache record?

1043


What is target designer and target load order?

1168


How do you set a varible in incremental aggregation

1939


Explain what are the different versions of informatica?

1143


Which is the t/r that builts only single cache memory?

1236


can any one give some examples for pre sql and post sql(Except dropping and creating index).

4148


suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do

2170