What are the features of complex mapping?
No Answer is Posted For this Question
Be the First to Post Answer
When do you use sql override in a lookup transformation?
Major difference between SQL override and Lookup Sql override
Why we need XMLs?
what is procedure to use mapping variable in source qualifier transformation? with example
what is unit testing?tell me proceedure
What are the different transaction levels available in transaction control transformation?
what we require for D.modelling?
My Source qualifier has empno, sal. Now my mapping is like SQ(EMPNO)->AGGR->EXP->TARGET SAL ------------>TARGET ? Is this mapping valid or any issues are there if we design like this?
What is a parameter When and where do you them when does the value will be created
How to extract sap data using informatica? What is abap? What are idocs?
How union transformation is used?
I have the input file as col1 col2 col3 3 2 1 7 6 8 I should get the output as col1 col2 col3 1 2 3 6 7 8 ....What is the logic to get this? Is there any transformation which sorts row wise ? If not how to sort the incoming records row wise?