G
Guest
I have a problem that I've been wrestling with... I get a number of large
text files (variable number of files ranging in size from 30-50MB) from
clients that I need to concatenate together. They're all in the same format,
but they all have column headers in them, so I can't simply copy the whole
file. I tried using TextStream to copy the file line by line, but it's too
slow with this many large files.
Can anyone recommend a method that might be relatively easy to write, but
that will be fast?
Thanks,
Chris
--
text files (variable number of files ranging in size from 30-50MB) from
clients that I need to concatenate together. They're all in the same format,
but they all have column headers in them, so I can't simply copy the whole
file. I tried using TextStream to copy the file line by line, but it's too
slow with this many large files.
Can anyone recommend a method that might be relatively easy to write, but
that will be fast?
Thanks,
Chris
--