sirupsen/anki-airtable

airtable table/view naming requires convention

jkwchui opened this issue · 1 comments

I have a table that could not be imported when

  1. table name = "functional groups"
  2. view name = "summary"

But once I modify the table name and view names to:

  1. table name = "FG"
  2. view name = "Summary"

The import succeeded. It seems like the import depends on the naming of the table, which is probably not desired behaviour.

i'm guessing the issue is because "functional groups" is spaced?