Export to Google Sheets (Drive)

Make sure you have Created an Export and Connected Google first.


1. Go to Exports

2. For your chosen export, you can click Export to Google Drive

3. You can also do this from the Sample Screen

4. In Google Drive, you'll now find a folder called CSV Getter Exports.

5. Which will have your Exports saved as catalogued Google Sheets

6. You can also trigger this programatically anytime by adding the following to the end of your Export URL

?send_to_gdrive=true 

// (for overwriting the Google Sheet)

?send_to_gdrive=true&file_name_timestamp=true

// (To avoid overwriting the Google Sheet)

Last updated

Was this helpful?