download data from KoBo Toolbox server

Hi all,

Currently I am using KoBo Toolbox and Enketo Express for my data collection. Then, I’ve tried DownloadFile method (“https://kc.kobotoolbox.org/myProjectName/forms/myFormName/data.xls”, outputFileName, loginName, loginPWD) in my program to download the collected data into an Excel spreadsheet saved in the local computer, but it didn’t work. I doubt if the url for accessing data is correct. Could someone give me suggests on how to solve this problem?

Many thanks

Lynn

Hi Lynn,

Which program are you building to download data from KoBo? You can definitely use the API for this purpose.

Please check the API documentation on https://kc.kobotoolbox.org/api/v1/. To download data from your form you need to use its unique identifier (pk) and then follow the example under “Get Submitted data for a specific form” on https://kc.kobotoolbox.org/api/v1/data.

Best,

Tino

···

On Wed, May 27, 2015 at 1:06 AM, lxgu...@gmail.com wrote:

Hi all,

Currently I am using KoBo Toolbox and Enketo Express for my data collection. Then, I’ve tried DownloadFile method (“https://kc.kobotoolbox.org/myProjectName/forms/myFormName/data.xls”, outputFileName, loginName, loginPWD) in my program to download the collected data into an Excel spreadsheet saved in the local computer, but it didn’t work. I doubt if the url for accessing data is correct. Could someone give me suggests on how to solve this problem?

Many thanks

Lynn

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/d/optout.

I’m new to APIs. I just downloaded a file using curl GET, but it’s not in excel format.
How can I get an excel file for a particular form as if I were downloading it manually from the data download tab on the webpage?

Thanks!

···

On Monday, June 8, 2015 at 11:35:51 AM UTC+4, Tino Kreutzer wrote:

Hi Lynn,

Which program are you building to download data from KoBo? You can definitely use the API for this purpose.

Please check the API documentation on https://kc.kobotoolbox.org/api/v1/. To download data from your form you need to use its unique identifier (pk) and then follow the example under “Get Submitted data for a specific form” on https://kc.kobotoolbox.org/api/v1/data.

Best,

Tino

On Wed, May 27, 2015 at 1:06 AM, lxg...@gmail.com wrote:

Hi all,

Currently I am using KoBo Toolbox and Enketo Express for my data collection. Then, I’ve tried DownloadFile method (“https://kc.kobotoolbox.org/myProjectName/forms/myFormName/data.xls”, outputFileName, loginName, loginPWD) in my program to download the collected data into an Excel spreadsheet saved in the local computer, but it didn’t work. I doubt if the url for accessing data is correct. Could someone give me suggests on how to solve this problem?

Many thanks

Lynn

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/d/optout.