Q:

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
0

New to Communities?

Join the community