What can we do to improve the performance of informatica aggregator transformation?
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
write a query to remove null value follwing table? col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output col1 col2 col3 dinesh suresh prakesh
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
What is different between the data warehouse and data mart?
LOOKUP Condition is nothing but a Join condition? What type of join condition it,by default ? Using the LookUP Condition How many types of relational conditions we can make ?
What is joiner cache?
.prm wirh repalce .txt is possible?
How to elaborate powercenter integration service?
What is rank transformation in informatica
Please create a mapping where I have source which has one column with name like Aman_Gupta Rakesh_Mehra Sachin_More I want the target field should contain the name in reverse order i.e Gupta_Aman Mehra_Rakesh More_Sachin. Can you please tell me what transformation would be needed to do this.
in oracle write query yourname+1 from dual