Originally posted by: Diamond.Li
Hello,
Is it possible to achieve this in WTX?
For example, I have a field called "salary", 10 bytes long
if input value isn't NULL, such as "1000", WTX uses space as PAD character, result would be: " 1000"
if input value is NULL , WTX uses "0" as PAD character, but first character is space, result would be: " 000000000".
Appreciate for any help!
Diamond
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender