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

In the expression transformation use the following:

select cno,substr(cname,1,position('@' in cname)-1)as cname,sal from sample

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can anyone explain me about retail domain project in informatica?

7563


What is a predefined event?

750


What is a connected transformation?

782


What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?

878


What is dimensional table? Explain the different dimensions.

768






Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?

725


What is primary and backup node?

801


how to create user defined function (udf) in informatica

887


Explain your project of banking domian.

1290


What is an expression transformation in informatica?

634


have u done any performance tuning? how u ll do?

1961


What is dimensional table?

707


Plz can any one say me how to get the informatica certification materials and dumps

1694


Explain pmcmd command usage in informatica

796


Explain where to store informatica rejected data? How to extract the informatica rejected data?

692