How to send duplicates to one target and unique rows to one
target?target is empty
Answer Posted / ram mohan reddy
we can do this process by 2 ways ....
1)by dynamic lookup option in lookup(new lookup row) we can
load duplicate rows in one target table and unique rows in
one target table
do to this we need to have router transformation (add to
group ports one is for unique(new lookup row=1) and other is
for duplicate(new lookup row =2))after the lookup trans.
2)we can perform this by aggregator transformation using
coutnt(*) >1 for duplicate rows .here also we need to use
router transformion.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How to configure mapping in informatica?
What does “tail –f” command do and what is its use as an Informatica admin.
How to generate sequence numbers without using the sequence generator transformation?
How to open an older version of an object in the workspace?
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
What is informatica worklet?
Can we create two repositories on same database instance in oracle?
Do you find any difficulty while working with flat files as source and target?
What do you understand by a term domain?
What is the sequence generator transformation in informatica?
What are multi-group transformations?
What is the need for an etl tool?
Under what conditions selecting sorted input in aggregator will still not boost session performance?
expain about the tune parameters?
What is the difference between Active and Passive transformation?