Mongodb – Converting xml to json for Mongo db
I am currently trying to convert an xml document with approx 2k records to json to upload to Mongo DB. I have written a python script for the conversion but when I upload it to Mongo db the collection is…