我无法使用DocumentDB数据迁移工具将JSON或CSV数据加载到Azure CosmosDB中。我已经尝试了CSV和JSON,都获得了ID和Label,但是没有其他与文档关联的属性。
示例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"
},
.
.
.