Answer Posted / john
Mapplet is a reusable object which is used to reuse the
transformation logic.By using Mapplet designer we can
create the mapplet which is for reuse the set of
transformation logic.
Eg:suppose if you have developed one complex mapping which
has some complex logic involved in it.and you want to use
the same logic in another mapping also.then what u will do
generally..will you create the same logic again..No.You can
use the same logic by using mapplet.Mapplet is used for
storing the reusable set of logic(i.e no.of transformations
involved in it).So you have to know first whether the logic
which you are going to develop is useful in future or not
before developing the any mapping..If yes then create
mapplet in the mapplet designer first and then use that
mapplet in any other mapping.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is resilience time?
Did u used latest transformations of 8.6.0? for what?
What do you mean by filter transformation?
What is the sql query overwrite in source qualifier in informatica
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
What is the benefit of session partitioning?
How do you use reject loader.
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
What does role playing dimension mean?
what is index?how it can work in informatica
Explain direct and indirect flat file loading (source file type) - informatica
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
How do you load first and last records into target table?
How to use pmcmd utility command?