Skip to content

Instantly share code, notes, and snippets.

@eslam-mahmoud
Created April 11, 2018 15:55
Show Gist options
  • Save eslam-mahmoud/b9060ae82786e8cf49a2487e985bd034 to your computer and use it in GitHub Desktop.
Save eslam-mahmoud/b9060ae82786e8cf49a2487e985bd034 to your computer and use it in GitHub Desktop.
mongoexport -d {db name} -c {collection name} -q '{"_id":1}' --out ./records.json
mongoimport -u {user name} -p {password} --authenticationDatabase {db name} --db {db name} --collection {collection name} --file ./records.json --jsonArray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment