Skip to content

Instantly share code, notes, and snippets.

@lucasmezencio
Created October 16, 2013 19:16
Show Gist options
  • Save lucasmezencio/7013188 to your computer and use it in GitHub Desktop.
Save lucasmezencio/7013188 to your computer and use it in GitHub Desktop.
Mongo Export
mongoexport --collection collection --db db --csv --out collection.csv --fields field1,field2,field3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment