Saturday, 29th August 2020
TIL
Converting Airtable JSON for use with sqlite-utils using jq
— The Airtable API outputs JSON that looks like this:
airtable-export. I wrote a command-line utility for exporting data from Airtable and dumping it to disk as YAML, JSON or newline delimited JSON files. This means you can backup an Airtable database from a GitHub Action and get a commit history of changes made to your data.