my source contain data like this
cno cname sal
100 rama@gmail.com 1000
200 karuna@yahoo.com 2000
i want load my data to the target is
cno cname sal
100 rama 1000
200 karuna 2000
plz send the answer
Answer Posted / abhinaw prakash
1.Pass the coulmns to an expression transformation.
2.Create a variable port and use INSTR function to find the
location of @.
(INSTR(CNAME,'@')-1)
3.Create an output port and use SUBSTR function to extract
the substring from the string.
SUBSTR(CNAME,1,v_CNAME)
4.Pass it to the output port
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what are 3 tech challenges/ common issues you face?
Can we get 1st record through Informatica(without sequence number).
What is mapplet in informatica?
Why sorter is an active transformation?
What is native users?
Briefly define reusable transformation?
What is the commit type if you have a transaction control transformation in the mapping?
Hi all , I am planning for informatica S - PowerCenter 8 Mapping Design certification. I have rewuired the dumps for the same. if anyone of you having the same pl. share it with me. This will be of great help. My contact is : sagardev7@gmail.com TIA , Sagar
Explain the different kinds of facts.
Explain the informatica workflow?
What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
complex mapping ur project u r invlve can u explain and give real time example give me ?
How are indexes created after completing the load process?
Define pmcmd command?
What is difference between a gateway node and worker node?