What is difference between Mapplet and reusable
transformation?
Answer Posted / harithareddy
Reusable transformation is a single transformation which we
can use multiple times.
mapplet is a set of reusable transformations.which we can
use multiple times
The only diff is transformation is a single transformation
and mapplet is a set of reusable transformations
| Is This Answer Correct ? | 113 Yes | 4 No |
Post New Answer View All Answers
What is a repository? And how to add it in an informatica client?
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?
What is joiner transformation in informatica?
How to extract sap data using informatica? What is abap? What are idocs?
Name at least 5 different types of transformations used in mapping design and state the use of each.?
Explain the shared cache and re-cache?
Can we change Dynamic to Static or Persistent cache? If so what happens?
What is the difference between a repository server and a powerhouse?
What is difference between a gateway node and worker node?
What are connected or unconnected transformations?
State the differences between sql override and lookup override?
Is it possible to use a client with different version than that of its Informatica server?
Can we create two repositories on same database instance in oracle?
How to generate sequence numbers?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?