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 / venky

src->exp->agg->tgt

exp transformation

col1
col2
var1=iff(var2=col1,var1||','||col2,col2)
var2=col1
output=var1

agg transformatiom

col1 select group

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

whats the logic to load the lower level of granularity of data to fact table.

1791


What is rank transformation?

574


What is the use of an aggregator cache file?

683


How do you use reject loader.

2067


What is status code in informatica?

582






Explain informatica architecture - version 8 / 9

665


Explain the features of connected and unconnected lookup.

541


What is different between the data warehouse and data mart?

628


What are the prerequisite tasks to achieve the session partition?

709


What does cheating measurement mean?

594


What is Data Caches size?

652


Suppose we configure sorter transformations in the master and detail pipelines with the following sorted ports in order: item_no, item_name, price. When we configure the join condition, what are the guidelines we need to follow to maintain the sort order?

654


Why union transformation is an active transformation?

651


How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?

707


Explain incremental aggregation in informatica

650