So i've got a flat file pi is picking up. Two fields for price, unit price and price..
I've written a if statement like the attached.
I was hoping that in there, because i've written a EqualsS and used IF. I could pass values that have 0.00 value and send them as 0.01 values, the reason for this is the purchase requisition in ECC cant handle 0.00 values.
This doesnt seem to work as the XML being passed still is having 0.00 values as per the test source file im sending in..
Attached is my source file, below is my output in XML. Any ideas what im doing wrong?