. 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

Answer Posted / maneesh

Aggregator can do this easily

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between informatics 7x and 8x and what is latest version?

541


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?

8544


What are the new features of informatica 9.x in developer level?

557


What is union transformation in informatica?

697


How do we call shell scripts from informatica?

593






explan ur project architecture?

1591


What are junk dimensions?

630


What is the need for an etl tool?

633


What are the different versions of informatica?

676


What is transformation?

657


What is the use of transformation?

571


can we override a native sql query within informatica? How do we do it?

646


Can informatica load heterogeneous targets from heterogeneous sources?

695


What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?

594


Explain the code page compatibility?

641