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
if we have a delimiters at unwanted places in a flat file how can we over come those.
Explain in detail about scd type 1 through mapping.
What is aggregator transformation in informatica?
How can we update a record in the target table without using update strategy?
What is a snowflake schema?
Explain joiner transformation in informatica
what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?
What is domain in terms of informatica?
On which transformations you created partitions in your project?
Explian the Process of deployment groups in informatica
Reusable transformation and shortcut differences
Partition, what happens if the specified key range is shorter and longer
Can we create two repositories on same database instance in oracle?
Hi, I want to do Informatica Designer certification. Can anyone help me by providing the details on this. Thanks in advance. Regards, Arnab
how to load rows into fact table in data warehouse