Samsung Health Export Files Field Descriptions

Hi. I need to create a report of my workouts for my health Insurance. I have successfully exported my data, but I can’t understand the format of each field.

Here are the ones I really need.
com.samsung.health.exercise.deviceuuid
completion_status
source_type
com.samsung.health.exercise.duration
com.samsung.health.exercise.start_time
com.samsung.health.exercise.time_offset
com.samsung.health.exercise.mean_cadence
com.samsung.health.exercise.create_time
com.samsung.health.exercise.calorie
com.samsung.health.exercise.update_time
com.samsung.health.exercise.exercise_type
com.samsung.health.exercise.max_heart_rate
com.samsung.health.exercise.distance
total_calorie
com.samsung.health.exercise.end_time
com.samsung.health.exercise.exercise_custom_type
com.samsung.health.exercise.pkg_name
location_data_internal
com.samsung.health.exercise.mean_heart_rate

I just need to know what the data in each field means. For example I have tried every field format setting for time and date but I can’t seem to find it.

com.samsung.health.exercise.end_time has the value of: 1505305500000

So how can I extrapolate the actual time or date?

Thanks for anyone’s help!

Hi, has someone replied to your date request. If not I have figured that out using basic Excel.

I’m not sure where my first port went. But has someone replied to your date issue. I have figured it out using basic Excel. I use this formula in a cell. B10445 is the cell with the S Health date serial number.

=(((B10445/1000)-(8*3600))/86400)+(DATEVALUE(“1-1-1970”))

Hi, iam also try to use the Backup data to see my exercise data.
Can you a litle bit explain how to get this date ?
I could not found the S Health serial number. And the DATEVALUE is the cell with the date?

It would be very nice when you can give an small sample.

BR
Frank

Did anyone ever locate the data dictionary / file descriptions for the Samsung Health exports? I’m just beginning to try and analyze the data. I mostly program in SAS. Struggling trying to figure out most of the fields. Also, looks like the file structures may have changed quite a bit.

looks like times can be converted with this formula - (start_time/1000/60/60/24)+DATEVALUE(“1970-01-01”)