Skip to content

Extracts Apple Health records from an Apple Health Export .xml

License

Notifications You must be signed in to change notification settings

jamiedumbill/apple-health-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Quality Gate Status Coverage

Apple Health Reader

Mini project to read Apple Health export xml.

Export Apple Health data

Health > Health Data > Profile > Export Health Data

Build

mvn clean package

Usage

CLI

Reads export.xml and writes a .csv file of simplified health records

java -jar apple-health-reader-1.0-SNAPSHOT-full.jar ./export.xml ./output.csv

To log only exclude the output file

java -jar apple-health-reader-1.0-SNAPSHOT-full.jar ./export.xml

Library

Read your Apple Health xml in to a Collection

Collection<AppleHealthRecord> records = AppleHealthReader.read("export.xml");

About

Extracts Apple Health records from an Apple Health Export .xml

Topics

Resources

License

Stars

Watchers

Forks

Languages