Tonight’s goal: get calorie counter back up and running.

The ASCII is sorta a pita to parse; I wasn’t really up for manually recreating the data model. The easiest way to load the data ended up being using the sample Access DB, running exportSQL on it, and then dumpinging it into mysql from there. Worked w/o any complications (just be sure to reference the DAO libs first when calling the exportSQL module).