If the source has duplicate records as id and name columns,
values: 1 a, 1 b, 1 c, 2 a, 2 b,the target shd be loaded as
1 a+b+c or 1 a||b||c, what transformations shd be used for
this?

Answer Posted / somnath pain

In source qualifier use this query
select name from table_name group by id
now apply an aggregator transformation to concate the name
according to the group id.

Is This Answer Correct ?    2 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which files are created during the session rums by informatics server?

932


what are 3 tech challenges/ common issues you face?

2114


what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?

2044


What is the difference between informatica 7.0 and 8.0?

748


Define joiner transformation?

811


How do you load more than 1 max sal in each department through informatica or write sql query in oracle?

1354


complex mapping ur project u r invlve can u explain and give real time example give me ?

2075


What are the tasks that can be performed using sq?

833


5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C

1669


What do mean by local and global repository?

930


How would you copy the content of one repository to another repository?

775


is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?

844


What is the difference between informatics 7x and 8x and what is latest version?

803


Clarify the aggregator change?

783


What is a difference between complete, stop and abort?

855