ODK Central v0.3 Beta

For those who is missing publish to Google sheet function from ODK Aggregate. A good script that can read OData feed from ODK Central and bring to your Google sheet can be found in GitHub. Just replace row 111:

var odata_fetch_url = odataurl + table_name_selected + 'S';

with:

var odata_fetch_url = odataurl + table_name_selected;

3 Likes