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

why we are using level option in normalizer transformation

1 Answers   TCS, Wells Fargo,


What is a test load?

1 Answers  


how i will stop my workflow after 10 errors

2 Answers   HP,


I have source like this 1:2;3. so i want to load the target as 123

4 Answers   HP,


Hi, What is version control in Informatia ? Can anyone just give an idea or introduction about this? Advance Thanks

2 Answers   IBM,






How to load dimension and fact in same mapping at same time.explain me the logic used for that scenario.

1 Answers   IBM,


need for registering a repository server

1 Answers  


What is the Router transformation?

2 Answers   Informatica,


how to run the batch using pmcmd command

2 Answers   Wipro,


scenario

1 Answers  


What happens if you increase commit intervals and also decrease commitExplain grouped cross tab?

2 Answers  


can we use cartesian join in informatica

3 Answers   IBM,


Categories