airtable-export icon indicating copy to clipboard operation
airtable-export copied to clipboard

Support specifying a view name (table:view) when querying

Open jazzido opened this issue 4 years ago • 4 comments

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 by a boolean condition that I've added as a filter in a table view.

This change adds support for querying views. Eg:

airtable-export export appbeErMVynhHKIYQ table1:new_records table2 "table3:view name with spaces" --ndjson --key keyxxxxxx

Thanks for your great work with the datasette ecosystem of tools 💪🏽

jazzido avatar Feb 14 '21 19:02 jazzido

Looks like I introduced conflicts with a recent change I landed on main - very keen to review this if you push a fix for the conflicts.

simonw avatar Mar 05 '21 19:03 simonw

Hey, thanks. It should be ready now.

jazzido avatar Mar 05 '21 20:03 jazzido

oh that would be great! :+1:

kbsali avatar Jun 16 '21 21:06 kbsali

would love to see this enhancement

thorsted avatar Aug 24 '23 04:08 thorsted