How can a transformation be made reusable?
No Answer is Posted For this Question
Be the First to Post Answer
how to load duplicate row in a target
What is a joiner transformation and why it is an active one?
wat s mapping parameter and mapping variable? how do you set that in a mapping?
How to convert multiple rows to single row (multiple columns) in informatica
How to delete first 3 rows & last 3 rows in target table in informatica
What is difference between partioning of relatonal target and partitioning of file targets?
what is index?how it can work in informatica
How to do Half of the table ex: if 1000 records are there means 500 in one table and 500 in second table like this if N number of tables means how to do Half of the table ??????????
which quality process u can approach in ur project
What will be the approach?
I have source like this year account month amount ----- --------- ------ -------- 1999 salaries jan 9600 1999 salaries feb 2000 1999 salaries mar 2500 2001 benfits jan 3000 2001 benfits feb 3500 2001 benfits mar 4000 -->i need target like this year account month1 month2 month3 ----- --------- -------- -------- -------- 1999 salaries 9600 2000 2500 2001 benfits 3000 3500 4000
we have three columns and two rows. col1 col2 col3 a b c want to change into 2 columns and 3 rows ,how? col1 a col2 b col3 c which transformation u'll use and how?