I am attempting to upload a TSV file into Mongodb, but my lack of familiarity with Terminal is causing issues. I keep receiving an error when trying to execute the following command. Can anyone provide guidance?
/mongoimport --db webapp-dev --collection cities --type tsv --file ~/Desktop/cities.csv
Tue Nov 19 17:05:25.237 SyntaxError: Invalid flags supplied to RegExp constructor 'Desktop'