Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 Dimensional table?

0 Answers   Informatica,


When do you use mapping parameters? (In which transformations)

1 Answers  


What are the modules in Power Center

0 Answers  


How to create Target definition for flat files?

0 Answers   Informatica,


How can we get two output ports in un-connect transformation?

2 Answers   Ness Technologies,


My sql query is 1. select 1+x from dual? 2. select 1+'x' from Dual? 3. Select x+1 from dual? what is the out put of the above queries?

3 Answers   HP,


suppose my source is 101 a 1o1 b 101 c 101 d i want target like that 101 abcd how will u achive this please give me the answer

1 Answers   TCS,


What is the difference between OLTP and ODS?

4 Answers  


what is Active lock explain

0 Answers   Satyam,


how to join two flat files in informatica?

3 Answers   Wipro,


Can anyone please distinguish what is Inner join and Outer join

2 Answers   Wipro,


When you move from devel to prod how will you retain a variable

1 Answers  


Categories