我在mongomport for mongoDB ATLAS集群中遇到问题,但无法找到任何解决方案。
我遵循以下步骤:
1。我在mongodb atlas中创建了免费帐户
2。然后我创建了一个集群
3。然后我添加了IP白名单
4。然后我使用正常的命令提示符(而不是mongo shell)
5。然后我使用命令cd并转到C:\ mongodb \ bin
6。下一步我是从“通过Mongo Shell连接”复制代码(mongo“mongodb:// cluster0-shard-00-00-.......”)
7。我现在已连接到群集(Cluster0-shard-0:PRIMARY>)
8。下一步我正在使用mongoimport命令:
mongoimport --host cluster0-shard-00-00-xxxx.mongodb.net:27017 --db starwarsdb --type json --file~c:\ Users \ xxxx \ Downloads \ starwars.json --jsonArray - -authenticationDatabase admin --ssl --username --password
9。我收到以下错误:
2017-10-22T16:05:48.994-0400 E QUERY [thread1] SyntaxError:missing;在陈述@(shell)之前:1:14
enter image description here
我无法弄清楚解决方案。我们将非常感谢您的帮助。