-
Notifications
You must be signed in to change notification settings - Fork 1
Uploading to Google Docs
pipacs edited this page Dec 18, 2011
·
9 revisions
Step count logs are uploaded to Google Docs as Fusion Tables. The tables are called "Steps XY", where XY is a number derived from the date of log. The following schema is used:
CREATE TABLE 'Steps XY' (steps: NUMBER, date: STRING, tags: STRING)
The steps field contains the number of total steps at the time of the log entry.
Date is the log entry date, in yyyy-mm-ddThh:MM:ss format (local time of the step counter device).
The tags field contains an optional list of tagname=tagvalue pairs, separated by semicolons. Tag names and values are guaranteed not to contain any of the following characters:
- Single quote
- Double quote
- Semicolon
- Equal sign
- Backslash
See the page [Logging data locally] for known tags.