Import temperature data into Health app

Does anyone know of a way to import temperature data into my Health app records? I was recently sick and wore a TempTraq 48hr patch and so have a csv file with about 400 readings that I’d like to import into my Health app. So far as I can see the Health app only allows me to add a single reading at a time.

Cheers,

Mike

I would use Shortcuts for this! You would need to split data into lines, repeat with each, split data on commas, and then use that to feed it in.

This is a shortcut I use to log my temperature once:
https://www.icloud.com/shortcuts/3c67f3f64bda4d5c9c3cd77ea956c4c9

And this is what I would use with your data:
https://www.icloud.com/shortcuts/80606018d4da4363821694f1d790da4b

I’ve assumed column 1 is the date and column 2 is the temperature, you may need to change Celsius to Fahrenheit as well!

3 Likes

Fantastic, it worked. So it turns out that I had 714 rows of data. Yes, I had to change the units to Fahrenheit, and had to cull my file to just have 2 columns - TempTraq had some additional columns such as patch id and notes along with each reading. The shortcut did stall out though so I ended up erasing the processed rows and re-running - it took 5 attempts to get all the rows input - but they are all in now and took a total of 15 mins start to finish.

Thank you so much!

1 Like

I’m really glad it helped!

1 Like