Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI, i need a little help.....after to my TMAp job, some fields are "default". That is also correct according to mapping. Zero means empty. However, I want to write a variable that says if zero then replace the field with a number0. I tried Replace but it can only replace string and not big decimal. Is there a solution for this? Many thanks
In your tMap, try this to replace null values by 0:
row1.AgencyNetwork == null ? new BigDecimal(0) : row1.AgencyNetwork
thx a lot. now is running 🙂
Great!
Thank's to mark your case as solved (Kudos also accepted).
Read the answer in this thread or open a new case