Skip to main content

Automated CSV export via API?

  • October 7, 2016
  • 54 replies
  • 447 views

Show first post
This topic has been closed for replies.

54 replies

Would like automate download CSV using automation tool. I need API call for this. Can anyone help me to get API to download CSV in Airtable? is this feature available in Airtable?


GavinA
Forum|alt.badge.img+15
  • Inspiring
  • October 21, 2021

@basavarajeshwari.lax and others - Here is a simple api for csv export. 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
  • November 15, 2021

@basavarajeshwari.lax and others - Here is a simple api for csv export. 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!!


I’ve created a more secure version that utilises a post request found in this discussion


GavinA
Forum|alt.badge.img+15
  • Inspiring
  • January 13, 2022

Ok, now I have a more secure, no-code version which is much more easy to use by visiting here