Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 363 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 363 Bytes

apple-health-parser

A simple parser that will parse out weight and fat percentage from an Apple Health App XML export.

Usage

* You must have stack installed.

Run: stack exec apple-health-parser-exe path/to/your/apple/export.xml

When finished, it will write out weight.csv and fat_percent.csv files.