我在使用 MongoDB 导入 json 文件时遇到问题。所需的文件在文件夹中(当我执行命令 ls() 时,文件被列出)但是该方法给了我这个错误:
mongoimport --db geo --collection points --file zips.json Wed Mar 19 09:42:49.032 SyntaxError: Unexpected identifier
谁能告诉我我做错了什么。
问候,安德烈
我在使用 MongoDB 导入 json 文件时遇到问题。所需的文件在文件夹中(当我执行命令 ls() 时,文件被列出)但是该方法给了我这个错误:
mongoimport --db geo --collection points --file zips.json Wed Mar 19 09:42:49.032 SyntaxError: Unexpected identifier
谁能告诉我我做错了什么。
问候,安德烈