How to join three sources using joiner? Explain though mapping flow.
what is bitmap index? did u use it?and how to use it in informatica
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
How can one identify whether mapping is correct or not without connecting session?
How can yoU create or import flat file definition in to the warehouse designer?
How to eliminate duplicate records in informatica mapping? Explain with an example....
Kimball and Inmon methodologies?
Hello all, In SOA architecture i.e 8.6 , What is mean by node exactly?
how to run two workflow(not a sessions) sequentially, what is the process. Plz explain detailed information.
Suppose we are using a Dynamic Lookup in a Mapping and the commit Interval set for the tgt is 10000. Then how does the data get committed in the lookup if there were only 100 roows read from the src and the dynamic lookup dint have the 100th row in it?
case and like function in informtica (my source is XML). case when OS Like'%Windows%' and OS Like '%200%' then 'Windows 200' case when OS Like'%Windows%' and OS Like '%200%'and OS like '%64%' then 'windows 200 64 bit' etc.,,
source table have single column single record having with single space. load that source record into trg . trgt having two columns and the SOURCE TABLE LIKE COL1 BHANU PRASAD TRGT TABLE COL1 COL2 IN THAT LOAD THE RECORD IN THE trgt table LIKE COL1 COL2 BHANU PRASAD HOW ? TELL ME PLZ
Can we create out put ports in source qualifier t/r?