Skip to content

Instantly share code, notes, and snippets.

@upbeta01
Created November 17, 2017 07:13
Show Gist options
  • Save upbeta01/04cb9a94331b989b51cde811feba3354 to your computer and use it in GitHub Desktop.
Save upbeta01/04cb9a94331b989b51cde811feba3354 to your computer and use it in GitHub Desktop.
mongoexport
mongoexport -h <host>:<port> -d <db> -c <collection_name> -u <db_user> -p <db_pass> -o <output.file> --csv -f <field_name> (comma separated)
@upbeta01
Copy link
Author

upbeta01 commented Dec 7, 2017

Additional param

--authenticationMechanism MONGODB-CR  --authenticationDatabase admin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment