how to get max value record into one target and remaining
records into another target?

Answers were Sorted based on User's Feedback



how to get max value record into one target and remaining records into another target?..

Answer / informatica

use a sorter and do a descending sort. calculate the row_id.
pass it to a router. 1 group condition will be row_id=1.
2nd group row_id >1.1st group to one target instance. 2nd
group to another target instance.

Is This Answer Correct ?    15 Yes 0 No

how to get max value record into one target and remaining records into another target?..

Answer / swarup

sorter(key=requiredkey)
expression
router=1stgrp(o_cnt=1),2nd grp(o_cnt>=1)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

explain abt union t/r?

1 Answers   IBM,


If in a workflow i have n number of sessions and each session is configured with different different stop on errors (say 5,8,10 etc respectively).How can make all this same for all the sessions with out actualy touching each and evry session ?

1 Answers   Wipro,


Is there any model difference between ODS and DWH

2 Answers   Zensar,


What is powercenter on grid?

0 Answers  


Explain the different dimensions.

0 Answers  






Can you use the maping parameters or variables created in one maping into any other reusable transformation?

1 Answers  


Different sorts of metadata that stores in the storage facility?

0 Answers  


What are the ETL tools available in DWH?

6 Answers   Mphasis,


Why sorter is an active transformation?

0 Answers   Informatica,


How to Migrate the UNIX SCRIPTS from SIT TO PROD?

1 Answers  


What is aggregator transformation in informatica?

0 Answers  


Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps

0 Answers  


Categories