Following lesson 3.1, I’m getting an error trying to import restaurants.json:
###########################################################
mongoimport -d m201 -c restaurants --drop restaurants.json
2019-11-05T13:05:46.978-0600 connected to: mongodb://localhost/
2019-11-05T13:05:46.978-0600 dropping: m201.restaurants
2019-11-05T13:05:46.980-0600 Failed: error processing document #1: invalid character ‘\x00’ looking for beginning of value
2019-11-05T13:05:46.980-0600 0 document(s) imported successfully. 0 document(s) failed to import.
###########################################################
Any help would be appreciated…thanks!