diff --git a/export-to-steps-csv.sh b/export-to-steps-csv.sh index 944bced..4813b13 100644 --- a/export-to-steps-csv.sh +++ b/export-to-steps-csv.sh @@ -3,6 +3,7 @@ # Script to extract Huawei watch steps from Apple Health full export # into a csv file +echo '"Date","Steps"' cat export.xml | grep 'type="HKQuantityTypeIdentifierStepCount" sourceName="HUAWEI Health"' | cut -d\" -f 14,16 |