Name:airtable-integration
Category:Utilities
Publisher:trickest
Created:1/10/2022
Container:quay.io/trickest/airtable:v1.1.0
Output Type:
License:Unknown

Parameters

base
string
--baseAirtable Base ID
field
string
--fieldName of the field (for use with --input-list)
table
string
--tableName of the table where the file will be imported
config
file
--configConfig file that contains JQ queries.
expand
boolean
--expandFlag to determine if linked fields should be expanded
fields
string
--fieldsSpecify table fields you want to export (a comma-separated list)
update
boolean
--updateUpdate the records in the table instead of creating new records
api-key
string
--api-keyAirtable API key
formula
string
--formulaFormula used to filter the table
input-json
file
--input-jsonInput JSON
input-list
file
--input-listInput list
--link-fieldName of the common field between the main table and the link table
--link-tableName of the table to link to
export-mode
boolean
exportGet a table from Airtable while resolving links to other tables
import-mode
boolean
importImport a JSON file into Airtable and optionally link records to another table
max-records
string
--max-recordsThe maximum total number of records that will be returned
expand-fields
string
--expand-fieldsSpecify linked table fields you want to expand (a comma-separated list)
primary-field
string
--primaryName of the primary field (required with --update)