I am trying to import the data from a csv file on windows 10 command prompt using the below command
mongoimport --file C:\Makelive local\products.csv --type csv --port 27017 --db dummyDB --collection products
It is getting failed and throws below error. Any help would be appreciated
error parsing command line options: error parsing positional arguments: cannot use both --file and a positional argument to set the input file