I want to read a large xml file and store the data in database. I tried xml2js but am getting error as Error: Cannot create a string longer than 0x3fffffe7 characters
.
I would like to know the best practice for processing xml file, whether can i process the xml directly or converting into json using any library or breaking large file into multiple small files?