airtable-export
airtable-export copied to clipboard
Export Airtable data to YAML, JSON or SQLite files on disk
It would be nice to have a built-in option to enable "returnFieldsByFieldId=true" since there are many use cases where there is an advantage to having field names not change if...
This didn't use to be possible because there was no API method to return a list of tables - but https://community.airtable.com/t/how-do-i-get-list-of-all-the-tables-in-a-base/30420 now has a comment that says: > This is...
When you fork airtable-export on github the project is public and you cant set it to private. You may not want to have your data public, so I added a...
Hi, When exporting an airtable db to sqlite, is there a way to query the resulting dataset with `joins` ? I'm not an expert in sqlite, but I'm guessing it...
Hi, I am trying to export few of our airtables and i end up with client 401 and 406 errors. can you please let me know whats going wrong. I...
Hi @simonw, Here's a small improvement. I use `airtable-export` for {in,up}serting data into a SQLite db (with `sqlite-utils` of course :)). The rows that I need to sync are selected...
Just curious if there is any interest or best practice for _restoring_ an Airtable base from the exported files created by airtable-export? I realize that this is not a backup...
Per the airtable API docs: ``` RATE LIMITS The API is limited to 5 requests per second per base. If you exceed this rate, you will receive a 429 status...
https://support.airtable.com/docs/airtable-attachment-url-behavior > The attachment viewer URL requires a viewer to be logged in via Airtable, whereas the download URL can be publicly accessed via a web browser. This presents a...