Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: mongoexport now outputs full strings in CSV mode
See discussion here: https://groups.google.com/forum/?fromgroups#!topic/mongodb-user/ngu9U1lKMfk
- Loading branch information
79b358c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By default, BSONObj::toString() does not output full string value https://github.com/mongodb/mongo/blob/master/src/mongo/bson/bsonobj.h#L146