Jan 07, 2022 09:16 AM
I am trying to pull all the data from one of my tables and dump it into a json. Is their an easy way to do this? I have read and tried to follow the github for airtable.js but seem to be a bit lost.
Thank you.
Solved! Go to Solution.
Jan 12, 2022 10:35 AM
For anyone looking for a solution even though its 2 years old it still works. And heroku will allow you do a pull every 10 minutes for free. If you want to pull less than the whole table you’ll have to modify it. You will also have to modify it if you want it to export anywhere other than github.
Jan 07, 2022 09:31 AM
I use the Publish app for my websites.
Jan 11, 2022 12:45 PM
I will take a look at that but it requires pro was hoping for something a little more cost friendly as we are a small company using this.
Jan 11, 2022 12:46 PM
You could write your own script that converts your table to json. That would be free, but not “easy” if you’re less familiar with javascript.
Jan 12, 2022 10:35 AM
For anyone looking for a solution even though its 2 years old it still works. And heroku will allow you do a pull every 10 minutes for free. If you want to pull less than the whole table you’ll have to modify it. You will also have to modify it if you want it to export anywhere other than github.
Jan 02, 2024 04:31 AM
Hello! Here is a quick and easy solution:
https://www.csvgetter.com/blog/airtable-json-export-tutorial