Hi
If i had source like unique & duplicate records like 1,1,2,3,3,4
then i want load unique records in one target like 2,4 and i want
load duplicate records like 1,1,3,3 then can any body please send
me what is th scnario. my mail i
shek.inform@gmail.com
Answer Posted / suman chattopadhyay
Shirish,
Part 1 of your answer is not correct. If you use distinct
option in sorter you will get all the distinct values even
for the duplicate. i.e if the values are 1,1,2,3,3,4, you
will get 1,2,3,4 in target.
Part 2 of your answer will do all the trick for duplicate
and unique ones. If you use group by and count the number
of occurences you will get 1 as the count for unique values
and more than one as count for duplicate values. Pass those
records with count 1 to 1 target and the other to the 2nd
target.
Hope this helps.
Suman
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are the issues you have faced in your project? How did you overcome those issues?
can we override a native sql query within informatica? Where do we do it? How do we do it?
How do you load unique records into one target table and duplicate records into a different target table?
What is InformaticaPowerCenter?
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
What are the tuning techniques you applied during your last project
How does a sorter cache works?
generate date / time dimension in informatica
Can u generate reports in Informatica?
can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project
What are the different types of repositories created using informatica?
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
What are the types of lookup transformation?
scenario where i can use only concurrent execution of workflow.
What is an aggregator transformation?