December 2014
Intermediate to advanced
362 pages
8h 12m
English
The Aggregator transformation is used for calculations using aggregate functions in a column as opposed to the Expression transformation that is used for row-wise manipulation.
You can use aggregate functions, such as SUM, AVG, MAX, and MIN, in the Aggregator transformation.
Use the EMPLOYEE Oracle table as the source and get the sum of the salaries of all employees in the target.
Perform the following steps to implement the functionality:
EMPLOYEE Oracle table in Source Analyzer and create the TGT_TOTAL_SALARY target in Target Designer.m_AGG_TOTAL_SALARY mapping and drag the source and target from the navigator to the workspace. Create the Aggregator transformation with the AGG_TOTAL_SAL ...Read now
Unlock full access