CSV Getter Docs
CSV GetterLoginSign Up
  • Welcome
  • What is CSV Getter?
  • The Export URL
  • Data Sources
    • Connect Airtable
    • Connect Notion
    • Connect Google Sheets
    • Upload Data
  • Destinations
    • Connect to Dropbox
    • Connect to Google Drive
  • Exporting
    • Export Airtable
    • Export Airtable (With Airtable URL)
    • Export Airtable (via API)
    • Export Notion
    • Export Google Sheets
    • Export Uploaded Data
  • Automations
    • Export to Excel (Windows)
    • Export to Google Sheets (Drive)
    • Export to Google Sheets (Direct)
    • Export to Dropbox
    • Export to JSON
    • Export to XML
  • Airtable
    • Linked Records and Lookup Fields
    • Export Shared Airtable View
  • Platform Features
    • URL Parameters
    • The "Type" Parameter
    • The "SQL" Parameter
    • Email Notifications
    • Extract JSON Property
    • Embeddable Wordpress HTML
  • Misc
    • Zapier Code Example
    • Google App Script Snippet
  • Custom Chat GPT Code
Powered by GitBook
On this page

Was this helpful?

  1. Automations

Export to Google Sheets (Drive)

PreviousExport to Excel (Windows)NextExport to Google Sheets (Direct)

Last updated 3 months ago

Was this helpful?

Make sure you have and 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)

Created an Export
Connected Google