https://github.com/stpettersens/cmongo2csv
Utility to convert a MongoDB JSON dump to a CSV file.
https://github.com/stpettersens/cmongo2csv
Last synced: 4 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T17:16:22.000Z (about 10 years ago)
- Last Synced: 2025-01-14T10:56:34.726Z (6 months 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`)