Im not able to get the file in vagrant /dataset folder. how can i import this from my local machine?
vagrant@m103:~$ mongoimport --drop /dataset/products.json --port 26000 -u “m103-admin” -p “m103-pass” --authenticationDatabase “admin” --db m103 --collection products
2019-03-04T11:11:47.624+0000 Failed: open /dataset/products.json: no such file or directory
2019-03-04T11:11:47.624+0000 imported 0 documents