how to sort a text file?
Hi...
I have a DTS package that extracts five different tables from a database into flat files. A VBScript combines the files into one, and places a sort key in front of each record, so that the final output file can be sorted.
How can I sort a text file? VBScript doesn't have a sort function (that I know of -- I'm a VBScript novice). Thanks for any suggestions.
|