Created
December 4, 2017 17:00
-
-
Save stgogm/9e8fc31e3dd4705468d76dc89fb294d8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 --db <DB> --collection <COLLECTION> --fields <FIELDS> --type=csv --out <OUT> --host <HOST:PORT> --authenticationDatabase admin --ssl --username <USERNAME> --password <PASSWORD> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment