airtable-export

0.4.0 • Public • Published

Airtable Export

Setup

Create a .env file containing:

AIRTABLE_PERSONAL_KEY='keyYOUR_KEY'
AIRTABLE_BASE_ID='appYOUR_BASE_ID'

Create a airtable-export.config.json file containing your table names and the export file destinations, with an optional view:

{
  "tables": [
    ["Your Table Name 1", "data/your-table-name-1.json", "View Name"],
    ["Your Table Name 2", "data/your-table-name-2.json"]
  ]
}

Run:

npx airtable-export

/airtable-export/

    Package Sidebar

    Install

    npm i airtable-export

    Weekly Downloads

    0

    Version

    0.4.0

    License

    MIT

    Unpacked Size

    6.24 kB

    Total Files

    6

    Last publish

    Collaborators

    • verekia