my source table having sureshraj42@gmail.com and rajeshraj42@gmail.com and i have only sureshraj and rajeshraj for my target table which transformation i have to use in informatica

Answers were Sorted based on User's Feedback



my source table having sureshraj42@gmail.com and rajeshraj42@gmail.com and i have only sureshraj and..

Answer / masudul

Just pass the rows through an expression transformation.
then add a new port and write down the expression code-

substr(column_name, 1, (instr(column_name,'@')-1)).

See the output.

Is This Answer Correct ?    2 Yes 0 No

my source table having sureshraj42@gmail.com and rajeshraj42@gmail.com and i have only sureshraj and..

Answer / ankit kansal

Hi,
You can achieve it easily in expression transformation by making an extra out port where you just need to specify

substr('ankit42',1,instr('ankit42','4')-1) logic.

but keep in mind that all of your source data must contains 42 as defined in your problem.

http://deepinopensource.blogspot.in/

Is This Answer Correct ?    1 Yes 3 No

my source table having sureshraj42@gmail.com and rajeshraj42@gmail.com and i have only sureshraj and..

Answer / nsatyabrat7

use expression transformation and create a output port and use replacechr function.

replacechr(1,name,'@gmail.com',null) and connect the output port to target.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Informatica Interview Questions

What are mapplets? How is it different from a Reusable Transformation?

0 Answers   Informatica,


What is performance tuning in informatica. What measures you will take if some thing is taking much time in your process of ETL?

1 Answers   Altisource, Patni,


Where can we find the throughput option in informatica?

0 Answers  


Q. In source area, it is use complex query we have using 5 to 10 table we has been join now all join clolumn having indexes but still we having performance issue. how to fix the performnce issue of the query.

0 Answers  


get me the resultant input:- 1 x,y,z output:- 1 x 2 a,b 1 y 3 c 1 z 2 a 2 b 3 c

3 Answers   Infosys,






What does cheating measurement mean?

0 Answers  


How to generate sequence numbers using expression transformation?

0 Answers   Informatica,


How union transformation is active ?

2 Answers   Puma,


i have a table like empid ename year month sal 1 x 98 jan 500 1 x 98 feb 500 1 x 98 mar 500 1 x 99 jan 600 1 x 99 feb 600 2 y 98 jan 600 2 y 98 feb 600 2 y 98 mar 600 2 y 99 jan 700 2 y 99 jan 700 and so on i want to find out totsal for every emp on year wise plz help me

4 Answers   Magna Infotech,


Hi Experts, I have a source table like this. Name Number Raj 2 Ram 1 Sam 2 John 1 In the target I need the ouptput like the below Raj Raj Ram Sam Sam John We dont know the number value . It will be changing as n.. Please help me regarding this. Thanks, Nataraj V

2 Answers   NTT Data,


what is materialized view?

2 Answers  


what is distinct

4 Answers  


Categories