Normalizer transformation is not involved in Mapplet.. why???
Answer Posted / 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 |
Post New Answer View All Answers
How to partition the Session?
Explain sessions and how many types of sessions are there?
What is union transformation?
Explain the shared cache and re-cache?
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
Performance tuning in UNIX for informatica mappings?
Define pmcmd command?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
What is DR strategy for Informatica project?
What do you mean by blocking transformation?
Why update strategy and union transformations are active?
Is stop and abort are same in informatica?
How to extract the informatica rejected data?
What is the difference between stop and abort in informatica
How to call shell scripts from informatica?