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

Write the unconnected lookup syntax and how to return more than one column.

590


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.

1204


Differentiate between sessions and batches?

568


What are session parameters ? How do you set them?

1374


Explain Dataware house architecture .how data flow from intial to end?

2120






How many input parameters can exist in an unconnected lookup?

984


Explain constraint based loading in informatica

655


Where do we use mapping variables in informatica?

611


During the running session, output files are created by informatica server. Enlist few of them.

537


What is decode in informatica?

650


What do you mean by enterprise data warehousing?

637


Explain the tuning lookup transformation - informatica

607


is it possible to index the data in cache of lkp transformation ?

1518


Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.

1835


How you prepared reports for OLAP?

1148