my source contain data like this
eno ename phno
100 john 9989020508
101 ram 7246599999
i want to load the data into target is
eno name phno
100 john (998)-9020-508
102 ram (724)-6599-999.
Answer Posted / ravi
i think the query should be like this
phoneno =
'('||SUBSTR(phno,1,3)||')'||'_'||SUBSTR(phno,4,4)||'_'||SUBSTR(phno,8,3)
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
tell me 5 session failure in real time how can you solve that in your project?
To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?
What is the scenario which compels informatica server to reject files?
Mention few advantages of router transformation over filter transformation.
What is flashback table ? Advance thanks
hi friends .i designed mapping in windows but i want to run mapping in linux.should i install the server components in linux?
What is data movement mode in Informatica and difference between them?
How to load a Dimension ? and how to load a fact table?
Define joiner transformation?
What is informatica metadata and where is it stored?
What are multi-group transformations?
What is the use of transformation?
What is the function of aggregator transformation?
Explain the mapping variable usage example in informatica
Explain lookup transformation source types in informatica