What are the different types of transformation available in informatica.
No Answer is Posted For this Question
Be the First to Post Answer
what happens when a batch fails?
How to eliminate 1st and last rows from the source and load the inbetween rows.
What is Datadriven?
As a support project team member, how will you get the questions regarding errors from client or customers (in which format)?
write s sql query following table some duplicate present i want unique one column duplicate another column display? name id a 1 a 1 b 2 b 2 c 3 i want the required output like unique duplicate name id name id a 1 a 1 b 2 b 2 c 3
What are the different options used to configure the sequential batches?
How union transformation is used?
How will you display 10-15 letters from a name? (for ex: name="sivasubram'aniam'ramakrishnan". o/p wanted="aniam")
How many ways are there to do 'remove duplicate records in informatica'?
How to Create a folder using pmrep command?
What are data-driven sessions?
Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?