I am trying to remove leading zeros in a decimal field in a sequential file step. What is the solution to this problem?
The easy way is: Trim (DecimalTostring (In.Col), '0', 'L')