in my source table one of column contains the data like
vishnraju@gmail.com,suresh@yahoo.com,krishna@hotmail.com these
records i need to send in target table as below format.
vishnuraju,suresh,krishna

Answer Posted / keshava

Using SQL

SELECT 'vishnraju@gmail', INSTR('vishnraju@gmail', '@'),
SUBSTR('vishnraju@gmail', 1, INSTR('vishnraju@gmail', '@')-
1) FROM DUAL

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about Informatica server process that how it works relates to mapping variables?

818


How do you remove duplicate records in informatica? And how many ways are there to do it?

892


What are the new features of Power Center 5.0?

1427


How do you load only null records into target?

939


Differentiate between a database and data warehouse?

882


What are the tasks that source qualifier perform?

818


Difference between Data and Index Caches?

865


What is the scenario which compels informatica server to reject files?

806


How to elaborate tracing level?

884


What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?

1851


What is mapping debugger?

737


What is informatica powercenter repository?

908


What are the designer tools for creating transformations?

878


What is the meaning of up gradation of repository?

1589


What is joiner change?

897