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 |
As a support project team member, how will you get the questions regarding errors from client or customers (in which format)?
. Design a mapping, first two phone calls received by a customer must be represented as "Home" , "Office" and the next calls must be concatinated and represented as "Other".Look at the below tables :: Source Definition Customer Phone_Number A 9848403211 A 9812675432 A 9112356788 A 9876503276 B 9567890765 B 9876098567 AND THE TARGET IS Customer Home Office Other A 9848403211 9812675432 9112356788,9876503276 B 9567890765 9876098567 Null
can we use cartesian join in informatica
What are the informatica performance improvement tips
i have to extract data from a flat file.the flat file has 10 records.i have to extract the 1st and 5th record every time.how is it done.
How do you remove duplicate records in informatica? And how many ways are there to do it?
Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?
My questions is i create a two sessions for one mapping.but my requirement is if all number of source records are same as in target then execute first session or some rows are rejected due to t/r logic so session two was execute please clarify
Hi gurus can any one tell me with a flow how to implement SCD Type 1 and SCD Type 2 in a single mapping.For some fields SCD type has to be implemented and for some fields scd type has to be implementd..Thank in advance....
Differentiate between a repository server and a powerhouse?
Briefly define reusable transformation?
i want excute multiple sessions in one workflow using the "start task".what do i need to do?