Il s'agit de simple fichier texte au format xml (pour séparer les champs)
Quelques lignes du export_cda.xml (rythme cardiaque dans ce cas là) :
Bloc de code:
<value>62</value>
<type>HKQuantityTypeIdentifierHeartRate</type>
<unit>count/min</unit>
Quelques lignes du export.xml (là c'est la distance parcourue) :
Bloc de code:
<Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Huawei Santé" sourceVersion="8.0.33.300" unit="km" creationDate="2020-06-15 22:03:58 +0200" startDate="2020-06-14 14:44:00 +0200" endDate="2020-06-14 14:45:00 +0200" value="0.054"/>
<Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Huawei Santé" sourceVersion="8.0.33.300" unit="km" creationDate="2020-06-15 22:03:58 +0200" startDate="2020-06-14 14:45:00 +0200" endDate="2020-06-14 14:46:00 +0200" value="0.045"/>
<Record type="HKQuantityTypeIdentifierDistanceWalkingRunning" sourceName="Huawei Santé" sourceVersion="8.0.33.300" unit="km" creationDate="2020-06-15 22:03:58 +0200" startDate="2020-06-14 15:18:00 +0200" endDate="2020-06-14 15:19:00 +0200" value="0.006"/>
Que souhaites-tu faire de ces données ?