-
Notifications
You must be signed in to change notification settings - Fork 1
Uploading to Google Docs
pipacs edited this page Mar 27, 2012
·
9 revisions
Step count logs can be uploaded to Google Docs as Fusion Table. The table is called "Steps". The following schema is used:
CREATE TABLE 'Steps' (steps: NUMBER, date: STRING, tags: STRING, device: 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).
Device is the globally unique device ID of the step counter.
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.