G
Guest
Hello,
I have a DB with 10 tables, various fields in each table, each field is text data type
DB also contains 10 queries(one for each table) that I export to a text file for each query. Currently I am opening each text file and cutting and pasting into one text file, because the end result must be sorted by the first two fields in each file and combined into on final file. Each line in the text files has a fixed length of 192 bytes.
I want to load each line into an array, sort it, and then write it out to the final file.
Is this the way to go, in this situation or is there a better way? Does anyone have any examples?
Thank you.
I have a DB with 10 tables, various fields in each table, each field is text data type
DB also contains 10 queries(one for each table) that I export to a text file for each query. Currently I am opening each text file and cutting and pasting into one text file, because the end result must be sorted by the first two fields in each file and combined into on final file. Each line in the text files has a fixed length of 192 bytes.
I want to load each line into an array, sort it, and then write it out to the final file.
Is this the way to go, in this situation or is there a better way? Does anyone have any examples?
Thank you.