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...

Please create a mapping where I have source which has one column with name like Aman_Gupta
Rakesh_Mehra
Sachin_More
I want the target field should contain the name in reverse order i.e Gupta_Aman
Mehra_Rakesh
More_Sachin.

Can you please tell me what transformation would be needed to do this.

Answer Posted / shankarmba07@gmail.coom

In eXP transformation create 3 ports like:
name1:select substr(name,1,instr(name,'_',1,1)-1)
name2:select substr(name,instr(name,'_',1,1)+1)
O_Name:name2||'_'||name1)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by active and passive transformation?

1190


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

1053


What is dynamic cache?

1085


What is expression transformation?

1144


Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?

1187


how tokens will generate?

2247


What is different between the data warehouse and data mart?

1112


design of staging area?

2075


Explain what are the different types of transformation available in informatica.

1246


I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.

1220


What are the prerequisite tasks to achieve the session partition?

1295


Enlist the differences between database and data warehouse.

1164


Separate from a database, an information bazaar, and an information stockroom?

1126


Design a mapping to load a target table with the following values from the above source?

1394


suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?

7370