Answers for "load the given .json data file into mongodb collection"

1

how to import a file from ones directory into mongodb

mongoimport --db test --collection inventory ^
          --authenticationDatabase admin --username <user> --password <password> ^
          --drop --file ~downloadsinventory.crud.json
Posted by: Guest on June-16-2020

Code answers related to "load the given .json data file into mongodb collection"

Browse Popular Code Answers by Language