Wednesday, 4 September 2013

mongodbimport Failure - FailedToParse: Expecting '{': offset:0

mongodbimport Failure - FailedToParse: Expecting '{': offset:0

I tried to import a 7.4 MB JSON file via ...
mongoimport -d mongoimport -c test --file jsonTest.json
But I saw this issue.
Wed Sep 04 13:08:52.378 exception:BSON representation of supplied JSON is
too large: code FailedToParse: FailedToParse: Expecting '{': offset:0
This Stackoverflow post presented a similar issue with respect to the date
occurring before Jan 1, 1970, but that doesn't seem to apply given my
FailedToParse: Expecting '{': offset:0 error.

No comments:

Post a Comment