Skip to content

thanglq1/express-xml-parser-large-file

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published