Page 1 of 1

Transformer logic required

Posted: Tue Oct 22, 2013 9:54 am
by deesh
Hi,

find belo criteria and required output

Input
-------

Code: Select all

type  amount  city

A                    NW
B       200
A                    DL
B        500
Output
--------

Code: Select all

Type    Amount   
A            700
I required like above output need to get two rows record into single row record.

Please can any one help in this case

Posted: Tue Oct 22, 2013 9:56 am
by chulett
What have you tried?

Posted: Tue Oct 22, 2013 11:21 am
by deesh
Problem has been solved with used by lookup and aggregator stage... :)