Does ESRI support a python script that will export to GoogleDocs. I need a script to automate the feature

490
2
05-08-2017 12:14 PM
BryanBarry
New Contributor

We are in process of developing an inventory application using Survey123.  We would to take our survey data and export it directly into Google Sheets (Google Docs).  I see the python script that automates the process for exporting to a csv but how would I incorporate that into Survey123 directly from the form?

0 Kudos
2 Replies
IanMurray
Frequent Contributor
0 Kudos
JamesTedrick
Esri Esteemed Contributor

Hi Bryan,

We haven't developed a script specifically for the Google Docs use case.  It looks like it would be straightforward:

1) Export the Feature Service to CSV

2) Use the Google Drive API to insert a file: Files: insert  |  Drive REST API v2  |  Google Developers  (They have a Python example).