Originally posted by: SystemAdmin
I have an input field defined as number, presentation is integer, size is from 0 to 4 digits, no sign, no separator, pad value is "0", padded to fixed size of 4 digits and right justified.
The value of the field N is "0283". If I call the function NUMBERTOTEXT(N) then I get the string "0283" back. But I expected to get "283" back as it was in older versions (1.4.2). At the moment I can only get rid of the leading zero when I multiply with 1 like NUMBERTOTEXT(N*1).
Is there another way how to get the output without leading zeros? Maybe I'm wrong with the data definition, but this is what I get when I upgrade the type tree and the maps from v1.4.2 to v6.7.1.
Any simple solutions are welcome.
Kind Regards
Joerg
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender