【发布时间】:2017-02-07 18:44:57
【问题描述】:
我在运行 mongoexport 查询时收到此错误。
位置参数太多:[---collection thermo_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”,但是都给了我同样的错误。我该如何解决?
【问题讨论】:
标签: mongoexport