I need to read 6MB text files to tables (around 20,000 short lines of text). An update of the progress bar would be good but I do not understand why the read takes a month of Sundays in the first place - the files load instantly into plain text editors for example.
Has anyone hit this problem and found a solution?
Also, neither ReadToTable or ReadToString handle Unix/Mac text files correctly, only the first line is read. Anybody know a way around that gotcha programmatically?

Reply With Quote
