0
mongoexport 쿼리를 실행할 때이 오류가 발생합니다.mongoexport - 너무 많은 위치 옵션
너무 많은 위치 인수 : [--collection thermal_comfort_collection]
내가 'thermal_comfort_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
그러나, 모두가 나에게 같은 오류를했다. 어떻게 수정해야합니까?
그럴 수 있습니다. 명령 매개 변수를 변경하여 해결했습니다. 잠시 지났기 때문에 나는 정확히 기억할 수 없다. 일부 매개 변수를 제거하고 일부 매개 변수를 추가했습니다. – ejshin1
답변 해 주셔서 감사합니다! – ejshin1