Unrecognized field 'snapshot'
You should know there are options to skip including `snapshot` in your export query, my guess is this applies to dumps also.
https://github.com/mongodb/mongo-tools/blob/master/mongoexport/mongoexport.go
To get around this error, pass in the flag:
# mongoexport --forceTableScan -d db_name -c collection_name > my_export.json
it worked for me, thanks
ReplyDeletety
ReplyDeletecan we export data of perticular time slot
ReplyDelete