suppose if we have dublicate records in a table temp n now
i want to pass unique values to t1 n dublicat values to t2
in single mapping using aggregator & router? how
Answer Posted / hitesh
but in this we ll get distinct values in duplicate table.
how can i get all values in duplicate table like:
col1 col2
1 2
1 2
1 2
3 4
3 4
5 6
and i want
unique table:
5 6
and
duplicate table :
1 2
1 2
1 2
3 4
3 4
i know this is of no use, but can we do this??
pls rply
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
if we have a delimiters at unwanted places in a flat file how can we over come those.
What is the command used to run a batch?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.
Mention few power centre client applications with their basic purpose?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
can we override a native sql query within informatica? Where do we do it?
What is the scenario which compels informatica server to reject files?
explain abt ur project architecture?
What is xml source qualifier transformation in informatica?
What is a joiner transformation?
How to extract sap data using informatica?
Explain where to store informatica rejected data? How to extract the informatica rejected data?
What are the restrictions of union transformation?
How you know when to use a static cache and dynamic cache in lookup transformation?