I am trying to run the below query to import the date for my final lab for this chapter
mongoimport --drop --host m103-repl/192.168.103.100:27002,192.168.103.100:27001,m103:27003 -u “m103-admin” -p “m103-pass” -authenticationDatabase “admin” --db applicationData --collection products /dataset/products.json
But my mongoshell takes it as below and throws an error
mongoimport --drop --host m103-repl/192.168.103.100:27002,192.168.103.100:27001,m103:27003 -u “m103-admin” -p “m103-pass” -authenticationDatabase “admin” --db applicationData --collection products /dataset/products.json