I would like to create a flat file with fixed field widths.
Using derived fields and Lpad, Rpad, Substr, and Concantenante functions I have been able to achieve this. However the problem i am having is that I need to wrap the field to the next line after the 96th character. Is this possible? If so, what approach should I take?
Using derived fields and Lpad, Rpad, Substr, and Concantenante functions I have been able to achieve this. However the problem i am having is that I need to wrap the field to the next line after the 96th character. Is this possible? If so, what approach should I take?