Hi, everyone,
I have this issue - which appeared very simple, in the beginning - that is bugging me now for quite some time:
Given: spreadsheet with "L" columns, with length of records varying inside each column from 6 to 24, ALMOST consistent by column (i.e. 90% of each column has the record length the same, and 10% differs in length).
Objective: saving this in a text file, with the beginning of each column perfectly aligned, no matter the length of the previous one
Tried:
1. PRN format - this is the only one preserving the beginning of the columns, thus aligning their beginnings. Problem? Limited in total length of lines to approx 240 characters (thus wrapping the output)
2. Various text formats (tab delimited, comma delimited, printing to a file via the generic/text printer, etc.)
3. Reformatted the columns in the spredsheet, to "force" the length of the records (where needed) to be the max sized ones (e.g. "Customs" - 000...00)
absolutely anything to no avail.
Any ideas, folks?
TIA,
Papi
I have this issue - which appeared very simple, in the beginning - that is bugging me now for quite some time:
Given: spreadsheet with "L" columns, with length of records varying inside each column from 6 to 24, ALMOST consistent by column (i.e. 90% of each column has the record length the same, and 10% differs in length).
Objective: saving this in a text file, with the beginning of each column perfectly aligned, no matter the length of the previous one
Tried:
1. PRN format - this is the only one preserving the beginning of the columns, thus aligning their beginnings. Problem? Limited in total length of lines to approx 240 characters (thus wrapping the output)
2. Various text formats (tab delimited, comma delimited, printing to a file via the generic/text printer, etc.)
3. Reformatted the columns in the spredsheet, to "force" the length of the records (where needed) to be the max sized ones (e.g. "Customs" - 000...00)
absolutely anything to no avail.
Any ideas, folks?
TIA,
Papi