Can some advise how I can achieve this functionality in Informatica PC
source
col1
col2
col3
col4
Target
col1
col2
col3
max(source.col1) to target.col1
sum(source.col2) for all col4='x' to tagret.col2
sum(source.col3) for all col4='y' to target.col3
how can I achieve this,
we are generating just one row out of the source and populating the target.
I tried using three aggragitor transformations but could not merge them into onw row.
Any suggestions are highly appreciated
source
col1
col2
col3
col4
Target
col1
col2
col3
max(source.col1) to target.col1
sum(source.col2) for all col4='x' to tagret.col2
sum(source.col3) for all col4='y' to target.col3
how can I achieve this,
we are generating just one row out of the source and populating the target.
I tried using three aggragitor transformations but could not merge them into onw row.
Any suggestions are highly appreciated