Skip to main content

Import and sync data from a source

  • March 23, 2020
  • 3 replies
  • 37 views

Hi,

In Google Spreadsheets, using the Importdata function, I am able to have a sheet update constantly with new data from my database (via a Metabase link or a Heroku Dataclip link). I would like to be able to do the same in Airtable. The links used by Google Spreadsheets end with .csv but instead of a 1-time import of the table, it synchronizes.
Is there any way to do that in Airtable yet?

Thanks for your help

3 replies

Forum|alt.badge.img+19
  • Inspiring
  • March 24, 2020

Hi @Vaite_Leprince, welcome to the community!

No. Ideally, there should be, but no such capability. Oddly, though, you could use the Airtable API with Google Apps Script to achieve an automated “push” of CSV data into your base, but this requires code and it’s not simple.

Alternatively, you could also use the new Airtable Script Block to pull CSV data in, parse it, and push it into tables as updates, but this requires manual attention and – well – more code.


Forum|alt.badge.img+15
  • Inspiring
  • August 25, 2020

If you’re looking for something similar to Importdata function in Google sheets, we’ve built an extension that allows you to import CSV data in Airtable and sync it automatically.


Andy_Cloke
Forum|alt.badge.img+17
  • Known Participant
  • October 23, 2022

For anyone arriving here from Google, this is super easy using the Data Fetcher extension. It’ll also suggest and create new fields in your Airtable base based on the CSV data. e.g. fields with emails in will suggest email fields: