Created
February 16, 2017 21:12
-
-
Save danhanfry/9262847fb127b0f483695d81ee42d0b5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mongoexport --host localhost --username XXX --password XXX --collection XXX --db XXX --out XXX.json | |
mongoexport --host localhost --username XXX --password XXX --collection XXX --db XXX --type=csv --fields XXX --out XXX.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment