-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Import/Export
-
None
When I am exporting a collection from compass in JSON format the fileds are exported as shown below
"last_scraped": {
"$date":
}
This is causing System.FormatException in c# driver whan I am trying to convert this to a BSON object using BsonDocument.Parse() method.
But if I use mongoexport tool to export a collection the date fields are exported as shown below
"last_scraped":
The above is perfectly working fine with the BsonDocument.Parse() method.
Please update the compass import/export functionality.
- tested by
-
COMPASS-3824 Test behavior of new feature in relation to the bugs linked in this ticket
- Closed