SOURCE
NAME SAL
GANGA 30000
RAJU 20000
PAVAN 25000
TARGET
NAME SAL MAXSAL
GANGA 30000 30000
RAJU 20000 30000
PAVAN 25000 30000
in mapping level how to achive that
Answer Posted / abhinav
step1:Pass on the source(name,sal) to an expression
transformation.
create a dummy port and give the value as 1.
In the expression transformation, the ports will be
Name
sal
O_dummy=1
Step2:Pass only the salary port from source to aggregator
transformation.
create a dummy port with the same data type as in expression
and give the value as 1
create an output port with Max(Salary)
In the aggregator transformation, the ports will be
sal
O_dummy
O_sum_salary=max(salary)
Step3:Send the output from the 2 transformation to a joiner
transformation.
Ensure you have checked the sorted input option.
Join both the transformation on the Dummy port.
Step4:Send the output to the target.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are Dimensional table?
Explain what are the different types of transformation available in informatica.
What is transformation?
Target increases every day even though no new record was inserted
Explain informatica architecture - version 8 / 9
What is event and what are the tasks related to it?
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
Can you use flat files in Mapplets.
Enlist the differences between database and data warehouse.
Is stop and abort are same in informatica?
State the limitations where we cannot use joiner in the mapping pipeline?
What is confirmed fact in dataware housing?
Explain the difference between mapping parameter and mapping variable?
What is a repository manager?
What are the issues you have faced in your project? How did you overcome those issues?