airtable-integration
Airtable integration for importing/exporting/linking data.
Details
Category: Utilities
Publisher: trickest
Created Date: 1/10/2022
Container: quay.io/trickest/airtable:v1.1.0
Source URL: https://github.com/trickest/airtable-integration
Parameters
base
string
Command:
--base
- Airtable Base IDfield
string
Command:
--field
- Name of the field (for use with --input-list)table
string
Command:
--table
- Name of the table where the file will be importedconfig
file
Command:
--config
- Config file that contains JQ queries.expand
boolean
Command:
--expand
- Flag to determine if linked fields should be expandedfields
string
Command:
--fields
- Specify table fields you want to export (a comma-separated list)update
boolean
Command:
--update
- Update the records in the table instead of creating new recordsapi-key
string
Command:
--api-key
- Airtable API keyformula
string
Command:
--formula
- Formula used to filter the tableinput-json
file
Command:
--input-json
- Input JSONinput-list
file
Command:
--input-list
- Input listlink-field
string
Command:
--link-field
- Name of the common field between the main table and the link tablelink-table
string
Command:
--link-table
- Name of the table to link toexport-mode
boolean
Command:
export
- Get a table from Airtable while resolving links to other tablesimport-mode
boolean
Command:
import
- Import a JSON file into Airtable and optionally link records to another tablemax-records
string
Command:
--max-records
- The maximum total number of records that will be returnedexpand-fields
string
Command:
--expand-fields
- Specify linked table fields you want to expand (a comma-separated list)primary-field
string
Command:
--primary
- Name of the primary field (required with --update)