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


Please Help Members By Posting Answers For Below Questions

Implementation methodology

1255


What is a repository manager?

644


What all join we can perform in LOOKUP transformation?

559


What is joiner change?

668


What are the different versions of informatica?

672






how tokens will generate?

1728


What is DR strategy for Informatica project?

694


To import the flat file definition into the designer where should the flat file be placed?

673


Give some information on report bursting and how to do it in bca as I have to split the report and send different reports to different people?

548


Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?

1740


If informatica has its scheduler why using third party scheduler?

765


Informatica settings are available in which file?

583


Please tell me which institute is the best to study Informatica and asp.net in chennai Also please send me the latest interview questions in asp.net,c# and sql server to my id ramtryin@gmail.com

1584


What is powercenter on grid?

686


How to use procedural logic inside infromatica?

629