Mongodb - Mongoimport error invalid character

前端 未结 6 2077
时光取名叫无心
时光取名叫无心 2020-12-19 01:35

I tried to import a simple json file using mongoimport and i get the following error

PER-MacBook-Pro:/AJ$ mongoimport --db test --collection samplePM --file         


        
6条回答
  •  南笙
    南笙 (楼主)
    2020-12-19 02:10

    Just open a text file, copy all the data to the newly created text file. While saving the text file select the option 'UTF-8' in the Encoding drop down and later change the text file to JSON or CSV by renaming.

    Then import the file as usual as it is.

提交回复
热议问题