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


I have source data like this
col1 col2 col3
5 3 8
6 2 9
7 1 10
and i want to get target as
col1 col2 col3
5 1 8
6 2 9
7 3 10
which transformation i have to use and how?

Answers were Sorted based on User's Feedback



I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want ..

Answer / siva

Take col1 and col3 in pipeline with a sequece generator,
and sorted values of col 2 in another pipeline with
sequence generator. Join both pipelines by sequence values
and send it to target.

for more details.. look into 5th page, last question, last
answer

Is This Answer Correct ?    1 Yes 1 No

I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want ..

Answer / gd

sq-->Sorter t/r--->target

In sorter check the sorted port for col2 with ASC.

Is This Answer Correct ?    0 Yes 2 No

I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want ..

Answer / rahul

use sorter trans

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Informatica Interview Questions

scenario

1 Answers  


write sql query following table quarter sales q1 1000 q1 2000 q1 3000 q1 4000 q2 5000 q2 6000 q2 7000 q2 8000 q3 1000 q3 2000 q3 3000 q3 4000 q4 5000 q4 6000 q4 7000 q4 8000 i want the output format like q1 q2 q3 q4 1000 5000 1000 5000 2000 6000 2000 6000 3000 7000 3000 7000 4000 8000 4000 8000

5 Answers   CTS,


wht target override?wht advantages it has compare to target update?

2 Answers   Polaris,


have you developed documents in your project? and what documents we develop in realtime?

2 Answers   IBM,


Where are the source flat files kept before running the session?

0 Answers   Informatica,


What is a rank transform?

0 Answers  


How to run a session, which contains mapplet?

1 Answers  


how we can load rejected record's at run time?(not through bad files)

0 Answers   TCS,


2,can we insert duplicate data with dynamic look up cache,if yes than why and if no why?

2 Answers   TCS,


my session have to run Monday to Saturday not run sunday how to sedule in informatica level?

1 Answers   Infinite Computer Solutions,


I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.

0 Answers   CTS,


What are the tasks that Loadmanger process will do?

1 Answers  


Categories