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 (Direct)

PreviousExport to Google Sheets (Drive)NextExport to Dropbox

Last updated 3 months ago

Was this helpful?

This method works if you want to export data into a Google Sheet which has other information.

Make sure you have first.


1. Go to the Sample Screen of your chosen export

This can be found by pressing the pen icon on the Exports screen

2. Click on Spreadsheet Import

3. Click on G Sheets

4. Copy the code by clicking the clipboard

5. In your chosen Google Sheets, click on Extensions

6. In the Dropdown, click on Apps Script

7. In the Code.gs file, paste the code

8. Be sure to save it

9. Test the code by clicking the Play Arrow

10. You will see the Execution Log shows when the script runs

11. G Sheets will update with your data

12. Back in App Script, click Triggers

(To enable scheduled imports)

13. Click on Add Trigger

14. Change event source to Time-driven

15. Click Save

16. Your sheet will have scheduled updates

This is a great free way to have a scheduled backup of your data

Created an Export