I’m on the final lab for chapter 1, M103. When attempting to import the data I get the following error:
missing ; before statement
After some research, it appears that this error is most frequently associated with typos that cause syntax issues. But I can’t seem to figure out where the error is. The following is the statement I’m running:
mongoimport --port 27000 --db applicationData --collection products --file …/dataset/products.json
However I get the same error running this command:
mongoimport --help
Any ideas what may be causing this issue?
Thanks for your assistance!