/express-xml-parser-large-file

Use express framework to parser large xml file

Primary LanguageJavaScript

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