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 |
how to load duplicate row in a target
follwing scenario two table using find maximum salary? table a table b 101 xxx 1000 106 6500 103 yyy 5000 108 800 104 din 6000 109 7000 105 dsh 200 110 3000
Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?
While importing the relational source defintion from database,what are the meta data of source U import?
What is session task and command task?
What are teh different tasks that can be created in workflow manager?
Two relational tables are connected to SQ Trans,what are the possible errors it will be thrown?
Is it possible to update the target table with PK?
How does a sorter cache works?
What is the exact difference b/w IN and EXIST in Oracle..?
We can achieve better perfomance using sorter before an aggragator. Then what is the significance of 'Sorted Input' check in aggregator ?? Please let me know the difference ??
how can one eliminate dupliacte data with out using distinct option?