-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Exporting a field with BinData using mongoexport generates a JSON file of the form:
{"data":{"$binary":"AAAA","$type":"00"}}
The Go driver is currently incapable of parsing this JSON.