thanglq1 / express-xml-parser-large-file

Use express framework to parser large xml file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XML parser

Large XML file parser

  • If we working with a large XML file, we can not use fast-xml-parser or xml2js because it parser to 1 large Javascript object. We need process an XML stream chunk by chunk. Fortunately, nodejs has XmlStream (https://www.npmjs.com/package/xml-stream)

Pg copy

Run

docker compose up

About

Use express framework to parser large xml file


Languages

Language:JavaScript 98.6%Language:Dockerfile 1.4%