I'm creating a huge text file by exporting a query consisting of 25 fields. The text file must be formated so that each record consists of a single string including all 25 fields concatenated together. Each record must have a fixed length of 600. I've already converted the format of each field so they collectively add up to the required record length of 600, however each field is listed separately in the query.
When I export the query consisting of 25 separate fields, it includes delimiters such as commas between all fields. How can I export the data so each record is a single string including all field data without any delimiters ?
When I export the query consisting of 25 separate fields, it includes delimiters such as commas between all fields. How can I export the data so each record is a single string including all field data without any delimiters ?