A
Andrew
Hello. I am working with very large files in my .NET project (1
million plus records). Some of these files do not have crlf's, which
makes it very hard to read the file without a layout or record length.
In my application, I would like to open one of these text files and
check to see if it contains crlf's before proceeding in my code. I
tried using the streamreader, but readline() cancels out with a memory
error because it thinks the ENTIRE file is first record since there
are no crlf's. I have also tried FSO, but I get a server timeout.
Is there any easy way to check for crlf's with files like this?
Thanks!
million plus records). Some of these files do not have crlf's, which
makes it very hard to read the file without a layout or record length.
In my application, I would like to open one of these text files and
check to see if it contains crlf's before proceeding in my code. I
tried using the streamreader, but readline() cancels out with a memory
error because it thinks the ENTIRE file is first record since there
are no crlf's. I have also tried FSO, but I get a server timeout.
Is there any easy way to check for crlf's with files like this?
Thanks!