Sleep as an Droid export data

This is possibly the single most niche piece of software I have ever written...

I use a sleep tracker called “Sleep as an Droid”. I wish to be able to get data out of it. Fortunately, it has a data export feature. Unfortunately, its data export format is a bit bizarre (it’s CSV, Jim, but not as we know it). So I decided to convert it to a tolerable-structured JSON output before using it, and have put it on the web for anyone to use. source is also available on github if you care.


Comments

Jemus42 on 2013-11-07 01:55:01:

I’m currently starting to learn SPSS and R, and I was hoping to analyze my sleep as android data as some kind of learning exercise on the side (and because I like graphs). While I tried to read the exported csv in R and SPSS respectively, I realized that I would either need to analyze the csv beforehand or find some really niche tool that converted it for me. And that’s when I googled around and found this. Looks really promising, thanks a lot :)

Sleep data graphs - syslo.gd on 2015-02-25 05:25:41:

[…] took a spin around the Googles to see if I could borrow someone else’s work. I found this gentleman had done the parsing of the CSV file already. Unfortunately for me, it was in Ruby, which I […]