In the translation Pre-Proc I’ve placed this code:
set xlateOutVals [string trim $xlateInVals]
The input is from a flat record, 8 characters long with leading blanks, the field is defined as left justified. The destination output still included the blanks and I don’t know why.
Thanks for your help.