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

--csv option for exporting to CSV #9

Open simonw opened 3 years ago

pmareke commented 1 year ago

Hi @simonw, first of all thanks so much! We have used this library at work and it was a life saver!

I prepared a PR with a minor change (right now the output path is being ignored for the SQL Lite generated file, is it on purpose?) and also making some refactors in order to make these kind of changes more easily.

Thanks so much, take care!