Is it possible to do the multiplication within SyncSort using Constant
I have following File
Customer_Id Balance
A0001 12300.00
A0002 400.00
A0001 12300.00
A0002 400.00
Customer Id position 1-4
Balance Position 5-13
In output I want Balance multiplied by -1 as I want to make it as a negative Balance
Customer_Id Balance
A0001 -12300.00
A0002 -400.00
A0001 -12300.00
A0002 -400.00