Hello,
I am attempting to parse an xml file that is coming in, but the file is 167mb which is causing an out of memory error when I attempt to read the file to then parse it via the xml node. Has anyone else dealt with such a large file? What is the best way to handle this? Can I begin parsing directly from the file instead of reading it into memory first?
Thanks,
Kyle