Answers for "how to import a file from ones directory into mongodb"

1

how to import a file from ones directory into mongodb

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

Code answers related to "how to import a file from ones directory into mongodb"

Browse Popular Code Answers by Language