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 / dilip ingole
in sql use
SELECT REGEXP_REPLACE('9975344018', '(d{3})(d{3})(d{4})', '(1)-2-3') FROM DUAL;
in informatica also same use REG_REPLACE instead of REGEXP_REPLACE ..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How we can use union transformation?
Quickly characterize reusable change?
What are ETL Tools?
hi,this is satheesh working as pl/sql resource in MNC.i just wanna switch to informatica.Could you please let me know what is the best way to learn informatica.what are the best coaching centres available in chennai?Is there any coaching centre will give me a real time experience? informatica
Explain the difference between mapping parameter and mapping variable?
What is joiner transformation in informatica?
write a query to retrieve the latest records from the table sorted by version(scd)
Define pmcmd command?
can u give example for factless fact table
Define sessions in informatica etl?
What is an active transformation?
How to create or import flat file definition in to the warehouse designer?
What is rank index in rank transformation?
How to go to the older version for a mapping?
What is primary and backup node?