what is difference between mapping and mapplet ?
Answer Posted / sukanta
Mapping is developed for what data will move to target,what
the modifications done upon that.Mapping is the collection
of source,target,transformations and mapplets.
Mapplets is only collection of transformations.It is a
reusable object and you can use it in any mapping for that
particular folder.Mapplet is meant for a particular complex
work done lets say sale tax calculation.
In mapplet you can use source but can't use another mapplet.
Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Explain the different kinds of facts.
without table how to come first record only in oracle?
Why update strategy and union transformations are active? Explain with examples.
How union transformation is used?
lookup transformation with screenshots
can anyone suggest best free Talend data integration training online
What is domain and gateway node?
Is it possible to define a single node as a Gateway node as well as worker node?
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
How to create Target definition for flat files?
what are the Methods For Creating Reusable Transformations?
How to open an older version of an object in the workspace?
How can we use batches?
As union transformation gives UNION ALL output, how you will get the UNION output?