Microsoft
Software
Hardware
Network
Question : Parsing large files cause an exception
Hi,
I've to parse some very large files (up to 100MB)which cause an out of memory exception.
The way I try it now is this:
FileStream fs = new FileStream(FILE_NAME, FileMode.Open, FileAccess.Read,
FileShare.ReadWrite);
StreamReader sr = new StreamReader(fs);
string strResult = sr.ReadToEnd();
sr.Close();
fs.Close();
I think it will be possible to read them by line but I think for a fast parsing it will be usefull to work with them in memory.
So maybe there's an other way to work with such large files that doesn't cause an exception?
What whould you suggest?
Thanks
Andre
Answer : Parsing large files cause an exception
You can try reading chunk by chunk add them to a stringbuilder as shown in this link =>
http://stackoverflow.com/q
uestions/2
161895/rea
ding-large
-
text-file
s-with-str
eams-in-c
Random Solutions
Clear Fields in Lotus Notes
FTP not working on Windows Server 2008 IIS 7
How to get unique records based on maximum date?
How to fix windows xp service pack 3 install error: "The system cannot find the file specified"
what msstd in outlook anywhere used for?
How to make an exclusive edit
Network card disables on reboot
CISCO - ACCESS - DISTRIBUTION - CORE - DO I NEED THEM ALL
ASP.NET MVC with jquery icon buttons
Sharepoint 3.0 permissions resetting