Crania
Member since Jul 18, 2009
- Profile: /members/3853-crania.htm
- URL: http://www.gaganica.com
- Comments: 2
Recent Blog Comments By Crania
-
Ask Ben: Parsing Very Large XML Documents In ColdFusion
Posted on Jul 21, 2009 at 9:45 PM
Thanks for the reply. I am still battling the file. I thought I would pit .Net against cf but both seem to quit at just over 5 million rows in. Perhaps there is a utility out there which will split the file up based on newline chars. Will post back here when I find a solution. A 1 mil line XML ... read more »
-
Ask Ben: Parsing Very Large XML Documents In ColdFusion
Posted on Jul 18, 2009 at 3:47 AM
I was able to parse approx 5,000,000 "rows/node" from a 13 GB XML file using <cfloop file="file.xml" index="currentLine"> XML parse and such </cfloop> in CF 8. My understanding is that this uses Java file streaming to get to the meat. In this instance, the 100+ MB file sound simple. J... read more »