Contour USB: Likes and Dislikes

I was a little frustrated that I couldn’t export my data to a spreadsheet, but I found out that I could read the database file that the readings are stored in and then dump the results from that. The database format they use is sqlite so I use an sqlite tool to open the database, then export the ResultData table to a csv file. The name of my database file is “Bayer.db”. I use the firefox sqlite manager addon to open the file (https://addons.mozilla.org/en-US/firefox/addon/5817/), but there are lots of other free tools.