source : col1 101 101 101 102 102 102 103 103 103
col2 1000 1500 2000 1200 2300 3000 2400 1300 2000
i need target as
col1 101 102 103
col2 1000,1500,2000 1200,2300,3000 2400 1300 2000

Answer Posted / anoymous

If the source is Relational then source qualifier can be
overridden

Select Col1, Concat('col1',',','col2') from table name
groupby col1;

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between router and filter transformation?

613


What are the types of lookup transformation?

631


what is diff b/t sorter t/r and agg have the option sorter property...

1748


What is the way to execute pl/sql script using informatica mapping?

963


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 ?

6089






On which transformations you created partitions in your project?

761


Explain the types of lookup transformation?

575


Explian the Process of deployment groups in informatica

659


Which version configuration tool used in ur project?

2770


Explain sessions?

606


can we override a native sql query within informatica? How do we do it?

652


Can we create two repositories on same database instance in oracle?

612


Can you use flat files in Mapplets.

2224


How to extract the informatica rejected data?

756


What is option by which we can run all the sessions in a batch simultaneously?

666