Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
*Location*: https://docs.mongodb.com/manual/reference/program/mongoimport/
*User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
*Referrer*: https://www.google.com.au/
*Screen Resolution*: 1440 x 900
Description
The --columnsHaveTypes section lists a boolean type which stated that it should be declared using bool(), with example of verified.bool().
This is incorrect, since the bool() type is non-existent. The correct type declaration should be boolean().
Reference: https://github.com/mongodb/mongo-tools/blob/v3.4/mongoimport/typed_fields.go#L38-L50
Attachments
Issue Links
- is duplicated by
-
DOCS-10169 Comment on: "manual/reference/program/mongoimport.txt"
-
- Closed
-