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 / rajesh
select ‘(‘||substr(TNO,1,4)’)’||'_'||substr(TNO,5,3)||'_'||substr(TNO,8,3)) from TABLE_NAME
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are the restrictions of union transformation?
permutations of mapplet
Performance tuning( what you did in performance tuning)
Enlist the differences between database and data warehouse.
What could be the possible resons of locks by user?
Whats there in global repository
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
what is unit testing?tell me proceedure
Explain the aggregator transformation?
How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?
Under which circumstances, informatica server creates reject files?
What is workflow monitor?
What is a pre-defined event and user-defined event?
expain about the tune parameters?
How to call shell scripts from informatica?