我已经成功完成A和B秒,但是在C方面遇到了一些麻烦: 它说要获取mongoimport模板并对其进行修改。这就是我所做的:
mongoimport --host TestCluster-shard-0/testcluster-shard-00-00-
asj6y.mongodb.net:27017,testcluster-shard-00-01-
asj6y.mongodb.net:27017,testcluster-shard-00-02-asj6y.mongodb.net:27017
--ssl --username admin --password <PASSWORD>(actual password) --
authenticationDatabase admin --db <DATABASE>(guidebook) --collection
<COLLECTION>(restaurants) --type <FILETYPE>(json) --file <FILENAME>
(/data.json)
<NAME>
我已替换为括号中的值。
但是出现错误:
2019-02-13T02:15:30.734 + 0200 E查询[js]语法错误:缺少;语句@(shell)前:1:14
此代码有什么问题?因为我确定由于“入门” B部分的缘故,它已连接到数据库。