why normalizer transformation can not used in mapplet?
plzzzz answer
Answers were Sorted based on User's Feedback
Answer / surendra
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 ? | 10 Yes | 7 No |
Answer / info_don
normaliser is to convert column to row .... not the other
way
| Is This Answer Correct ? | 2 Yes | 3 No |
Define filter transformation?
What are the different types of olap? Give an example?
What is meant by incremental aggregation?
difference between shortcut and reusable transformation?
How union transformation is active ?
where actually the usage of push down optimization happens...
Two relational tables are connected to SQ Trans,what are the possible errors it will be thrown?
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
i have different sources in different databases ,that sources may be 100 tables i want to load these tables in to single target how to pearform the task
What is the procedure to load the fact table.Give in detail?
what are the row and column separations in Flat Files
i have two tables,table 1 having 2 columns and 3 rows,table2 having 3 columns and 2 rows.what is the output if i do left outerjoin,full outer join,right outer join?