Skip to content

iuill/iPhoneHealthcare2tsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

iPhoneのヘルスケアデータをTSVに変換する

概要

iPhoneヘルスケアアプリはデータを一括でエクスポートできる機能があるが、 フォーマットがXML形式であるため必要なレコードのみTSVに変換する。

なお、現状は体重のみ。

使い方

iPhoneヘルスケアからエクスポートするとzipになっているので解凍してexport.xmlを取り出す。

以下、xml2tsv.ps1とexport.xmlが同フォルダにある前提

> xml2tsv.ps1 -path .\export.xml | sc data.tsv

About

iPhoneのヘルスケアのデータ(xml)をtsvに変換する

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors