How you load distinct records into one target and duplicate
records into another target?
Answer Posted / moorthy. g
S-SQ-Exp-Rtr-Tgt1/Tgt2
Exp:
flag: decode(true, col1=prev_col1,'Y','N')
pre_col1=col1;
Rtr:
Group1 --- flag='Y' --- Tgt1 -- Duplicate Values
Group2 --- flag='N' --- Tgt2 -- Unique Values
Best Regards,
Manthiramoorthy. G
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
Define joiner transformation?
What are the modules in Power Center
What is the difference between a repository server and a powerhouse?
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N
How to go to the older version for a mapping?
What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?
How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?
Explain the scenario which compels informatica server to reject files?
Please let me know how to make Data masking in informatica..
Is it possible to use a client with different version than that of its Informatica server?
How do you load unique records into one target table and duplicate records into a different target table?
which one is better performance wise joiner or look up
What is the use of transformation?
Enlist the tasks for which source qualifier transformation is used.