Azure cosmosdb azure cosmosdb DocumentDB迁移工具错误

Azure cosmosdb azure cosmosdb DocumentDB迁移工具错误,azure-cosmosdb,Azure Cosmosdb,我无法使用DocumentDB数据迁移工具将JSON或CSV数据加载到Azure CosmosDB。我尝试了CSV和JSON,得到了ID和标签,但没有与文档相关的其他属性 JSON示例: [ { "id": "AB7FB330-5C81-E411-80CF-00155D011702", "name": "DeIdentified 1", "adopted": "No", "ageatscan": 63, "allergies": "Aspirin, O

我无法使用DocumentDB数据迁移工具将JSON或CSV数据加载到Azure CosmosDB。我尝试了CSV和JSON,得到了ID和标签,但没有与文档相关的其他属性

JSON示例:

[
  {
    "id": "AB7FB330-5C81-E411-80CF-00155D011702",
    "name": "DeIdentified 1",
    "adopted": "No",
    "ageatscan": 63,
    "allergies": "Aspirin, Opiod",
    "ChildMedicalDisorders": null,
    "DateOfBirth": "1953-04-28T00:00:00Z",
    "Ethnicity": "Caucasian",
    "EyeDominance": null,
    "Gender": "Female",
    "HandDominance": "Right",
    "Height": "5ft6",
    "HighestEducation": "Bachelor's Degree",
    "MilitaryHistory": "No",
    "MilitaryStatus": "None",
    "NeuroPsychTestingDone": "No",
    "PatientClassification": "Neuorpsychy Patient",
    "ReferringPhyID": null,
    "ReferringPhysicianName": null,
    "Weight": 130,
    "ResidenceState": "CO",
    "label": "Patient"
  },
  {
    "id": "72D52694-6181-E411-80CF-00155D011702",
    "name": "DeIdentified 2",
    "adopted": "No",
    "ageatscan": 24,
    "allergies": null,
    "ChildMedicalDisorders": null,
    "DateOfBirth": "1990-09-27T00:00:00Z",
    "Ethnicity": null,
    "EyeDominance": null,
    "Gender": "Female",
    "HandDominance": null,
    "Height": null,
    "HighestEducation": null,
    "MilitaryHistory": "No",
    "MilitaryStatus": null,
    "NeuroPsychTestingDone": "No",
    "PatientClassification": "Neuorpsychy Patient",
    "ReferringPhyID": null,
    "ReferringPhysicianName": null,
    "Weight": 105,
    "ResidenceState": "CO",
    "label": "Patient"
  },
.
.
.

我试着导入你的文件,一切正常。我建议您检查
json
文件或错误日志文件的格式


希望对您有所帮助。

从您的声誉来看,我想您知道,这更适合作为评论而不是回答。您好,有更新吗?如果你采纳我的答案,你可以给它打分。谢谢