mongoexport - 收集太多的位置选项

时间:2017-02-07 18:44:58

标签: mongoexport

运行mongoexport查询时出现此错误。

太多的位置参数:[ - collection thermal_comfort_collection]

mongoexport --db gccdb —-collection thermal_comfort_collection --type=csv --fields Timestamp,Temperature,User,ThermalComfort --query '{settingID: ObjectId("58992333441be20c7f834868")}' --out thermal_comfort_103060.csv

我尝试了'thermal_comfort_collection'和“thermal_comfort_collection”,然而,两者都给了我同样的错误。我该如何解决?

1 个答案:

答案 0 :(得分:0)

我的问题源于从不同编辑器复制和粘贴(在此特定情况下为Evernote)。它将我的' - '转换为长' - ',实际上你对问题的复制和粘贴看起来非常相似。

尝试在“收集”之前删除短划线,并用短划线键入 -