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
Differences between connected and unconnected lookup?
what are factless facts? And in which scenario will you use such kinds of fact tables.
What are the types of caches in lookup?
Why do we need informatica?
What is the need for an etl tool?
what is degenerated dimension?
suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?
How you know when to use a static cache and dynamic cache in lookup transformation?
What are the new features of informatica 9.x developer?
Explain the aggregator transformation?
How to differentiate between the active and passive transformations?
How might one distinguish in the case of mapping is right or not without associating session?
How to create the source and target database connections in server manager?
How to do unit testing in informatica? How to load data in informatica ?
Explain joiner transformation in informatica