Added new file types
File Types
- CSV
- XLSX
- JSON
Usage/Examples
python
from mongotocsv import mongotocsv
Get all documents from 'submissions' and add them to a CSV file.
me = mongotocsv.MongoExport("10.0.0.1","username","password")
me.create_csv("filename","submissions",{},"filename")
Feedback
If you have any feedback, please submit an issue of GitHub