8.what is mapplet ?give example?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / lokesh y g
maplet is reusable transfromation,suppose same
tranfromation using different mapings ,for this perpose
create tranformations in maplet that maplet we can use any
maping.but same logic we need to use ..........
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the significance of newlookup port in dynamic look up
What is a repository manager?
What are the measure objects?
source : col1 101 101 101 102 102 102 103 103 103 col2 1000 1500 2000 1200 2300 3000 2400 1300 2000 i need target as col1 101 102 103 col2 1000,1500,2000 1200,2300,3000 2400 1300 2000
If I am having 6 flat files in data. How can you load the data at a time
Two different admin users created for repository are ______ and_______
What will happen when Mapping variable and Mapping parameter is not defined or given? Where do you use mapping variable and mapping parameter?
sorce is a flatfile only 1st and last row should insert to target how will u do?
What is an expression transformation?
What are the Advantages of de normalized data?
What is event and what are the tasks related to it?
Can you use flat files in Mapplets.