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

What are the advantages of informatica?

0 Answers  


is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?

0 Answers  


How to delete duplicate row using informatica?

0 Answers  


Why should we use star schema in datawarehouse design?

2 Answers   Wipro,


What is the default source option for update stratgey transformation?

1 Answers  






Is it possible to create multiple domains on a single Informatica server?

0 Answers  


Briefly explain the aggregator transformation?

0 Answers  


My source table having some records ,i want load 1st record and last record into one target?

3 Answers   iGate,


,if we have single SQ in flow and we have router in which it has two group and we want to join these two groups with joiner ?is it possible?

3 Answers   Emphasis,


What is a repository manager?

0 Answers  


How can you join 3 tables? Why cant you use a single Joiner to join 3 tables.

1 Answers  


Can u generate reports in Informatica?

0 Answers   Informatica,


Categories