I am not sure why I am not being able to import to my Cluster

Dear Community,
did anyway faced such a response. I am trying to think where could my problem be.
I tried to import to my cluster with the command line tools. I tried mongoimport --uri mongodb+srv://hermann17:@movies-couch-api.fyn8ikd.mongodb.net/ --collection --type --file .
The response was : Failed: open movies.json: The system cannot find the file specified.
2022-11-30T14:34:51.954+0100 0 document(s) imported successfully. 0 document(s) failed to import.
Any thoughts or suggestions?

Try putting the connection string within single quotes.

1 Like