Originally posted by: johnxp
Hi, anyone can help me on below the situation?
Input: (Structure: ID, Amt1, Amt2, Remarks)
A, 100, 0, Test1
B, 0, 200, Test2
A, 100, 0, Test3
...
B, 0, 100, Testn
Output: (Structure: Text Line)
Text Line = A,100,Test1; B,200,Test2; A,100, Test3; ...; B, 100, Testn;
Logic: If ID = A, take Amt1, If ID = B, take Amt2
Waiting for solution.
Thanks.
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange