What is mapplet and a reusable transformation?
Answers were Sorted based on User's Feedback
Answer / mohi
A Maplet is a reusable object, which used to create business rules using set of transformations. where as a reusable transformation is also a reusable object, which used to create business rules using one transformation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / prabhan
mapplet is a collection of reusable transformation.
| Is This Answer Correct ? | 2 Yes | 1 No |
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b,the target shd be loaded as 1 a+b+c or 1 a||b||c, what transformations shd be used for this?
3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's column value reaches to maximum value, then what will happen, will the session fail? If it is the situation, then what should be done so that we can stop this kind of situation in advance?
What is expression transformation?
What is the difference between Power Centre and Power Mart?
wf dont have integration severances how you can run?
How can you use an Oracle sequences in Informatica? You have an Informatica sequence generator transformation also. Which one is better to use?
Which is the t/r that builts only single cache memory?
i have one table like cust_id ph1 ph2 ph3 1002 9290123526 97671927210 9876545232 we use Normalizer wt is o/p? sue normalizer we can generate three tables in single table/
Flat file heaving 1 lack records and I want to push 52000 records to the target?
Can you use one mapping to populate two tables in different schemas
when load type is selected as bulk or normal in session level ?let me know the internal process and give me an example?
write sql query following table quarter sales q1 1000 q1 2000 q1 3000 q1 4000 q2 5000 q2 6000 q2 7000 q2 8000 q3 1000 q3 2000 q3 3000 q3 4000 q4 5000 q4 6000 q4 7000 q4 8000 i want the output format like q1 q2 q3 q4 1000 5000 1000 5000 2000 6000 2000 6000 3000 7000 3000 7000 4000 8000 4000 8000