Skip to content

Instantly share code, notes, and snippets.

@stgogm
Created December 4, 2017 17:00
Show Gist options
  • Save stgogm/9e8fc31e3dd4705468d76dc89fb294d8 to your computer and use it in GitHub Desktop.
Save stgogm/9e8fc31e3dd4705468d76dc89fb294d8 to your computer and use it in GitHub Desktop.
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