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 |
Where is the cache stored in informatica?
what is diff between IN and EXIT commands
What is facttable granularity?
write a query to follwoing table amount year quarter 254556 2003 first 546332 2003 second 129034 2003 third 490223 2003 fourth 165768 2004 first 265443 2004 second 510412 2004 third 435690 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 254556 546332 129034 490223 2004 165768 265443 510412 435690
connected and unconnected lookups?
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
what is the purpose of surrogate key and diff between primary key&surrogate key
What are the informatica performance improvement tips
How will you check the bottle necks in informatica? From where do you start checking?
How does the session recovery work.
What is an aggregator transformation?
Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?