Skip to content

Instantly share code, notes, and snippets.

@AndrewUsher
Created May 17, 2019 18:33
Show Gist options
  • Save AndrewUsher/fb9e62681d83c45e3f59b7b19d0278e7 to your computer and use it in GitHub Desktop.
Save AndrewUsher/fb9e62681d83c45e3f59b7b19d0278e7 to your computer and use it in GitHub Desktop.
Add JSON File to MongoDB DB
mongoimport --db <db-name> --collection <coll-name> --type json --file file.json
--jsonArray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment