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
server hot-ws270 is connect to Repository B. What does it mean?
What is the use of transformation?
What is transformation?
What is informatica metadata and where is it stored?
What is the difference between Active and Passive transformation?
can we override a native sql query within informatica? Where do we do it?
Under what condition selecting sorted input in aggregator may fail the session?
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
Explain sql transformation in script mode examples in informatica
Explain incremental aggregation in informatica
Why is sorter an active transformation?
What are connected or unconnected transformations?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
How do you migrate data from one environment to another?