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

Answer Posted / babu

Sorry Shankar,

small mistake in your logic,

Exp Trans:
ID (I/O)
NAME (I)
V_NAME=IIF(ID=V_ID,V_NAME||'+'||NAME,NAME) (V)
V_ID=ID (V)
O_NAME=V_NAME (O)

=============
remaining is same.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1774


What are mapplets?

821


Mention a few design and development best practices for informatica?

561


How to go to the older version for a mapping?

604


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

652






what is size of u r database?

1848


HOW TO PROCESS THE ROWS FROM JOINER AND EXPRESSION TRANSFORAMTION TO SORTER TRANSFORMATION

1475


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

1796


What's the layout of parameter file (what does a parameter file contain?)?

1917


What is the reusable transformation?

627


What are the mapping parameters and mapping variables?

624


What are mapplets? How is it different from a Reusable Transformation?

626


What is the difference between source qualifier transformations source filter to filter transformation?

580


Write the program through which the records can be updated?

516


update strategy transformation in informatica

642