{
"from": [
{
"@odata.etag": "\"1\"",
"ItemInternalId": "3",
"ID": 3,
"Title": "123456",
"PatientType": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": -1,
"Value": "Corporate"
},
"PatientType#Id": -1,
"VisitStart": "2022-08-26T05:56:00Z",
"VisitEnd": "2022-08-26T05:56:00Z",
"BloodTestStart": "2022-08-26T05:56:00Z",
"BloodTestEnd": "2022-08-26T05:56:00Z",
"ECGStart": "2022-08-26T05:56:00Z",
"ECGEnd": "2022-08-26T05:56:00Z",
"TreadmillStart": "2022-08-26T05:56:00Z",
"TreadmillEnd": "2022-08-26T05:56:00Z",
"DrStart": "2022-08-26T05:56:00Z",
"DrEnd": "2022-08-26T05:56:00Z",
"BodyAnalysisStart": "2022-08-26T05:56:00Z",
"BodyAnalysisEnd": "2022-08-26T05:56:00Z",
"AudiometryStart": "2022-08-26T05:56:00Z",
"AudiometryEnd": "2022-08-26T05:56:00Z",
"OptometryStart": "2022-08-26T05:56:00Z",
"OptometryEnd": "2022-08-26T05:56:00Z",
"RadiologyStart": "2022-08-26T05:56:00Z",
"RadiologyEnd": "2022-08-26T05:56:00Z",
"Status": "Discharged",
Somehow the raw outputs get transformed into a single line of data as below:
Title,VisitStart,VisitEnd
123456,2022-08-26T05:56:00Z,2022-08-26T05:56:00Z2022-08-26
How can I circumvent this issue?