Parse large XML files in Node
Parsing large xml files ( more than 500MB ) seems to be very tedious if you are using Node.js. Many parser out there do not handle large size xml files and throw this error FATAL ERROR JS Allocation failed – process out of memory SAX xml parser handles large xml files but due to it’s […]
Parse large XML files in Node Read More »