Hi I am trying to import a Json file created using mongoexport into CosmosDB. I am using the DocumentDB migration tool which passes successfully and imports the collection into cosmos. When i try looking at the collection through cosmos DB i get the error code
Error while fetching page of documents: {"code":400,"body":"Command find failed: Unknown server error occurred when processing this request.."}
I am expecting the document to be view-able through Cosmos DB but am not sure why i am receiving this error code and am not able to see the entry.
The Json string i used ...
{
"_id": {
"$oid": "5c5310e8dcaf3245045f5b13"
},
"Name": "Azure",
"Description": "CosmoDB",
"CurrentStatus": true,
"SObject": "\"\"",
"TheOption": ["5c5431f2dcrf34504525b14"],
"Settings": {
"A": "Patched",
"B": 100.0
},
"OtherKey": "ABC"
}