sorry i don’t understand what you mean, can you give me an example please?
what command line would you use to import some data that are in a directory called c:\mflix-js\data in a cluster?
i don’t know what is wrong, i 'm using the command line that is written in README .
these are the instructions as written in README:
mongorestore command necessary to import the data is located below. Copy the command and use an Atlas SRV string to import the data (including username and password credentials).
Replace the SRV string below with your own:
navigate to mflix-js directory
cd mflix-js
import data into Atlas
mongorestore --drop --gzip --uri \ “mongodb+srv://m220student:m220password@<YOUR_CLUSTER_URI>” data
What is wrong in this command line i’m using to import the files?
mongorestore --drop --gzip --uri "mongodb+srv://m220student:m220password@mflix-shard-00-00-1ziv4.mongodb.net:27017” data
thanks