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 / shweta123

In the expression transformation use the following
function :

substr(name,1,(length(name) - instr(name,@,-1,1)))

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the unconnected lookup syntax?

745


What is a dimensional model?

659


What are the different lookup cache(s)?

712


What is union transformation in informatica?

802


what is the size of u r source(like file or table)?

1909






Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps

1734


Where do we use mapping variables in informatica?

705


What is union transformation?

662


how to load dimension table and fact table. plz tell me the steps.

1756


Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.

2434


How to load data in informatica ?

663


What is resilience time?

749


What is the different lookup cache(s)?

712


How do you promote a non-reusable transformation to reusable transformation?

766


Explain constraint based loading in informatica

748