I have a SQL statement I am using to write the data to a fixed witdth txt file. The destination file will only have 3 lines, all of them 147 characters in length. Need to set {CR}{LF} as row delimiter
The first line needs to be divided into 6 columns
The second line needs to be 11 columns.
The third line needs to be 3 columns.
I have all the specs so i know the length to set each column too.
I am looking for help with setting up the destination file to have a different number of columns in each row.