What is a stored procedure transformation?
No Answer is Posted For this Question
Be the First to Post Answer
Enlist the advantages of informatica.
How many joins in Informatica
Do you find any difficulty while working with flat files as source and target?
Why we use stored procedure transformation?
How to load the data from a flat file into the target where the source flat file name changes daily?
In aggregator transformation, I sort the data before aggregator and select sorted port but still I’m getting an error. What is that error?
What is A complex mapping?
If i done any modifications for my table in back end does it reflect in informatca warehouse or maping desginer or source analyzer?
HOW CAN I SEND HALF OF THE RECORDS TO ONE TARGET AND REMAINING TO OTHER TARGET?
What is souce qualifier transformation it is active or passive
What is the use of transformation?
hi all hi have flat file like below my requirement is empid,ename,sal,loc 101,vamshi,5000,hyd 101,vamshi,5020,hyd 201,raju,5000,hyd 202,ram,4000,hyd 203,kumar,3500,pune 203,kumar,3500,pune 203,kumar,5000,hyd 203,kumar,6000,hyd i want the o/p like this in one target 201,raju,5000,hyd 202,ram,4000,hyd and in second target 101,vamshi,5000,hyd 101,vamshi,5020,hyd 203,kumar,3500,pune 203,kumar,3500,pune 203,kumar,5000,hyd 203,kumar,6000,hyd