What is difference between Mapplet and reusable
transformation?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / suresh
1.mapplet is a set of reusable transformations,we can use
multiple times
reusable transformations is a single transformation, that
we can used multiple times
2. in mapplet the transformation logic is hide
3.if u create any mapping variables or parameters in
mapplet that can't be used in another mapping or mapplet
unlike if u create in reusable transformation u can use in
another mapplet or mapping
4. we cant include source definition in reusable
transformation.but we can include source to mapplet
5. we cant use cobol source qualifier,joiner,normalizer
transformations in mapplet.
| Is This Answer Correct ? | 16 Yes | 11 No |
Answer / maruthi
MAPPLET-REUSABLE COLLETION OF TRANSFORMATION CREATED TO
SOLVE A LOGIC.
REUSABLE TRANS-REUSABLE TRANSFORMATION.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manoranjan
Mapplet is a set of reusable transformations
but reusable transformation is a single Transformation
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / rkreddy
Suresh, We can use Joiner transformation with in the
mapplet. If you know correct answer then only you have to
give the answer otherwise you should not give your's
expected answers.
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / ravi
MAPPLET IS SET OF REUSABLE TRANSFORMATION,WE CAN USE THIS MAPPLET IN ANY MAPPING WITH IN THE FOLDER
WHERE AS REUSABLE TRANSFORMATION IS SINGLE TRANSFORMATION,WE CAN USE MANY TIMES
*) IF WE CREATE MAPPING VAR OR PARAMETERS IN MAPPLET WE CAN'T USE IN ANOTHER MAPPING (OR) MAPPLET.
WHERE AS *) IF WE CREATE MAPPING VAR OR PARAMETERS IN REUSABLE WE CAN USE IN ANOTHER MAPPING (OR) MAPPLET.
*) IF YOU USE A STORED PROCEDURE TRANSFORMATION, YOU MUST CONFIGURE THE STORED PROCEDURE TYPE TO BE NORMAL.
YOU CANNOT INCLUDE THE FOLLOWING OBJECTS IN A MAPPLET:
1) NORMALIZER T/R
2) COBOL SOURCE
3)XML SOURCE QUALIFIER T/R.
4)XML SOURCE
5) TARGET DEFINITION
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / biswa
Is mapplet a set of Re-usable transformations or it's a
reusable set of transformations?
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vikneswaran
both were similar but mapplet consist set of reusable
transformation
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / ande
Mapplet is nothing but reusable transformation, we can use
mapplet no of times. In case of reusable transformation we
can't use again.
| Is This Answer Correct ? | 7 Yes | 113 No |
whether Sequence generater T/r uses Caches? then what type of Cache it is
Is it necessary to maintain the primary-foreign key relation ship between the targets in informatica while loading using constarint based loading or it is required only at database level ??
What are 2 modes of data movement in Informatica Server?
What is an active transformation?
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?
By using Transformation i need top most 5 employee salary from each deptwise? Deptno 10,20,30? which transformation we need to use?
what is target update override and when we use it?
Is snow flake or star schema used? If star schema means why?
How will restrict values in 0-9 and A-Z and a-z and special character.Only allowed these chars otherwise we will reject the records? what is the function we used to restrict...
can we load the data with out a primary key of a table? what is target plan?
surrogate keys usage in Oracle and Informatica?
5 Answers ITC Infotech, Oracle,
Differnce between filter and router?