W
Wendy Penfold
When I export data in fixed format to a text file from a query, calculated
character fields are being truncated. I'm exporting around 10,000 records.
The field should be 15 characters in length and when I use len() to check it,
that's what it is. The first few hundred records in the file happen to
contain a value that is 5 positions long, the rest of the field is filled
with spaces,("MAJOR "). The text export truncates the spaces and
only exports 5 characters of the field. Later in the table, the values are
longer, but still only 5 characters are being exported, ("CONCE" instead of
"CONCENTRATION ") I've tried every form of string padding and FORMAT() I
can think of and I can't get the full field to export. Has anyong else
encountered this problem?
character fields are being truncated. I'm exporting around 10,000 records.
The field should be 15 characters in length and when I use len() to check it,
that's what it is. The first few hundred records in the file happen to
contain a value that is 5 positions long, the rest of the field is filled
with spaces,("MAJOR "). The text export truncates the spaces and
only exports 5 characters of the field. Later in the table, the values are
longer, but still only 5 characters are being exported, ("CONCE" instead of
"CONCENTRATION ") I've tried every form of string padding and FORMAT() I
can think of and I can't get the full field to export. Has anyong else
encountered this problem?