Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
None
-
Platforms 2016-08-26
-
Needed
Description
If one attempts to use mongoexport with multiple fields, as in the following:
mongoexport --db stuff --collection things --fields "foo, bar" --out output.json
|
The operation successfully completes, but only exports the _id and foo fields, which is not what one would anticipate. We document not to include a space, but it would maybe make more sense to either support this formatting or error out if a space was included.
Attachments
Issue Links
- related to
-
DOCS-8584 Comment on: "manual/reference/program/mongoexport.txt"
-
- Closed
-