Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 365 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 365 Bytes

MongoDBOpeartions

This class is used to create MongoDB Database, Collection and Insert Multiple csv files to DB using Pymongo. It can also be used to fetch records from MongoDB and save it as .csv file. Records can be saved in different formats by changing the code. Mainly helpful if you have bulk of files to push to MongoDB or fetch all records from MongoDB.