Skip to content

Instantly share code, notes, and snippets.

@dejurin
Last active May 16, 2021 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dejurin/7a44bfc945f17d7ec5830a735a5f64e7 to your computer and use it in GitHub Desktop.
Save dejurin/7a44bfc945f17d7ec5830a735a5f64e7 to your computer and use it in GitHub Desktop.
Import JSON file to MongoDB
mongoimport --db dbName --collection collectionName --file fileName.json --jsonArray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment