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 |
how u know when to use a static cache and dynamic cache in lookup transformation.
tell me the rules and responsblites in our project(my project is development)
if suppose i have 3 columns namely 1,2,3 in table a and 1,2,3 in table b Now in table a 1,2 and table b 1,2 columns are having same data.now based on this two columns either data should get inserted or updated. How do i write a sql query to check whether the data is populated correctly or not
Why filter transformation is an active one?
what is mapping optimization? wat are the techniques for tat
What is the internal processes of integration server in Informatica? How data will be extract and load to the target?
Does an informatica transformation support only aggregate expressions?
two types of data are there . one is mainframe and the other is ascii format . in informatica how can you get both the data in a single format in ascii .
there is a mapping with expression and mapping we create some condition for insert and update and followed by update startegy ,can we update and insert on a single target based on condition?
What is intricate mapping?
What is A complex mapping?
How many ways you create ports?