Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stpettersens/cmongo2csv
- Owner: stpettersens
- License: other
- Created: 2015-04-22T23:38:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T17:16:22.000Z (over 9 years ago)
- Last Synced: 2023-03-11T09:27:31.261Z (almost 2 years ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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`)