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

Hi,
In source I have records like this
No name address
10 manoj mum
10 manoj dilhi
20 kumar usa
20 kumar Tokyo
I want records in target like shown below
No name addr1 addr2
10 manoj mum dilhi
20 kumar usa Tokyo

If it is reverse we can do this by using Normalizer
transformation by setting occurance as 2.
Somebody will say use denoralization technique. But as of my
knowledge I couldn’t find any denormalization technique. Is
there any concept like that?
I tryid this seriously but I could find any idea to
implement this.
Can any one please help me ?
Advance Thanks

Answer Posted / santosh

select no, name, max(decode(ronum,1,address1)) as address1,
max(decode(ronum,2,address1)) as address2 from (select
no,name,address1,row_number() over(partition by no order by
no) as ronum from model16) group by no, name

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a standalone command task?

1250


How can you differentiate between powercenter and power map?

1139


Explain the scenario which compels informatica server to reject files?

1205


What are the main features of Oracle 8i with context to datawarehouse?

2158


Performance tuning in UNIX for informatica mappings?

2621


Explain in detail about scd type 1 through mapping.

1627


difference between informatica 8.1.1 and 8.6

3729


Briefly define a session task?

1191


What are the different types of repositories created using informatica?

1168


How to extract sap data using informatica? What is abap? What are idocs?

1249


How can we use batches?

1062


update strategy transformation in informatica

1122


What do you mean by DTM and Load manager and what is difference between load manager and load balancer?

1210


What are the tasks that can be performed using sq?

1138


In what scenario we use to improve session performance by pushdown optimization?can any one give example?

6280