Skip to main content

Export CSV on schedule

  • September 15, 2020
  • 6 replies
  • 115 views

I’m updating a wildfire refugee map based on data from airtable. I’m using ArcGIS and it can import CSV from a URL. My goal is to make a job that runs hourly (or when the table is updated) that creates a CSV and uploads it somewhere.

6 replies

Forum|alt.badge.img+15
  • Inspiring
  • 368 replies
  • September 15, 2020

If you are interested in third-party solutions, we’ve built a tool that allows you to export an Airtable view as a CSV file hosted on a fixed URL. And it updates the data hourly.


kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • September 16, 2020

Welcome to the Airtable community!

Scripts run from the Scripting App cannot run on a schedule. They only run when a button is pressed.

Scripts run as Scripting actions in Automations can be run automatically, but the scheduling is not exact. A script set to run on the hour every hour might run several minutes after the hour at times.


  • New Participant
  • 1 reply
  • August 18, 2021

If you are interested in third-party solutions, we’ve built a tool that allows you to export an Airtable view as a CSV file hosted on a fixed URL. And it updates the data hourly.


Hi, I am looking to automate the CSV export to SFTP location. Is that possible with your extension?
Thanks!


GavinA
Forum|alt.badge.img+15
  • Inspiring
  • 90 replies
  • October 22, 2021

Hi, I am looking to automate the CSV export to SFTP location. Is that possible with your extension?
Thanks!


Here is a simple api for csv export if this helps. You will be able to use it in a scheduled script.

Details can be found here

It will only work with the parameters so any issues check the documentation for assistance or reach out :slightly_smiling_face:

https://csv-getter-for-airtable.ew.r.appspot.com/all-csv?bid=<your_base_id>&apik=<your_api_key>&tname=<your_table_name>

Feedback welcome!!


GavinA
Forum|alt.badge.img+15
  • Inspiring
  • 90 replies
  • November 16, 2021

While the above example is simple to use I really recommend using version 2 which only requires one extra step, but is a lot more secure - and the unique URL generated is a lot more usable :slightly_smiling_face:


GavinA
Forum|alt.badge.img+15
  • Inspiring
  • 90 replies
  • April 19, 2022

www.csvgetter.com now makes this very easy. Here is an example of how to use it to schedule,a backup