simonw / airtable-export

Export Airtable data to YAML, JSON or SQLite files on disk
https://datasette.io/tools/airtable-export
Apache License 2.0
112 stars 15 forks source link

Allow multiple output formats #5

Closed simonw closed 4 years ago

simonw commented 4 years ago

Running this should create each table file three times, with three different extensions:

airtable-export ... --yaml --json --ndjson

The new --yaml option is only needed if you specify at least one other format, since it's the default.

simonw commented 4 years ago

I could setup a demo repository for this.