AzureCosmosDB / data-migration-desktop-tool

MIT License
122 stars 46 forks source link

$type property of document not being copied from or to Cosmos #120

Closed JohnDStrasz closed 5 months ago

JohnDStrasz commented 5 months ago

When using the tool to backup from Cosmos DB either directory to another Cosmos DB or JSON files, there are $type properties in our documents that are not being copied. We're using the IncludeMetadataFields setting in both the Source and Sink settings.

"itemType": { "$type": "xyz123", <<<<<<<<<<<< "property1": false, "property2": false "value": 3, "displayName": "ABC" },

crpietschmann commented 5 months ago

This is related to Issue #97