Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stpettersens/cmongo2csv

Utility to convert a MongoDB JSON dump to a CSV file.
https://github.com/stpettersens/cmongo2csv

Last synced: about 1 month ago
JSON representation

Utility to convert a MongoDB JSON dump to a CSV file.

Awesome Lists containing this project

README

        

# cmongo2csv

Utility to convert a MongoDB JSON dump to a CSV file.

Usage: `cmongo2csv -f data.json -o data.csv`

Tested with:
* Python 2.7.9 and PyPy 2.5.1 (works)
* IronPython 2.7.5 (use IPY tweaked version):
* `ipy cmongo2csv.ipy.py -f data.json -o data.csv`).
* Jython 2.5.3 (use Jython tweaked version with [Jyson](http://opensource.xhaus.com/projects/jyson)):
* `jython jcmongo2csv.py -f data.json -o data.csv`)