I currently have an xlate going from frl to frl. I need a subset of this second frl to be written into a database as a single column. I created a second xlate using concat but this causes the individual fields in the frl to be trimmed down. Is there a way to preserve the padding in the frl? I want my database column to look like this.
FIRSTNAME LASTNAME ADDRESS ECT ECT
Thank you,
Arno