Normalizer transformation is not involved in Mapplet.. why???
Answer / sai krishna karri
Mapplet is a reusable logic that you can use across
different mappings. Normalizer is a dynamic transformation
which converts rows to columns or vice-versa, so that is
dependendent on the input to the normalizer, it is not
fixed logic that you can reuse in other mappings.
| Is This Answer Correct ? | 8 Yes | 2 No |
If I have router with 10 records, if the condition doesn’t satisfy the records will pass to the default group,then where can we see that records and where that records will store?
Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.
if we have input eno 1,2,3,1,2,3 year 2001,2002,2003,2001,2002,2003 and sal 10000,20000,30000,20000,30000,40000 ex-output eno totsal 1 30000 2 50000 3 70000
What is an Integration service in Informatica?
What do you mean by worklet?
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
Explain the different dimensions.
HOW DO YOU PARFORM INCREMENTAL LAOD ?
Can we override a native sql query within informatica?
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
How do we do the Fact Load What is the size of your Data warehouse? What is your Daily feed size and weekly feed size
What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?