Airtable Exporter avatar
Airtable Exporter
Try for free

No credit card required

View all Actors
Airtable Exporter

Airtable Exporter

jupri/airtable-exporter
Try for free

No credit card required

Export Dataset to Airtable

Dataset ID

dataset_idstringOptional

APIFY Dataset ID

Primary Key

primary_keystringOptional

💡 This is the table’s primary field. It cannot be hidden or moved. The name is meant to be a short, unique representation of each record in your table.

format: root.branch.leaf.0.name
example: product.id

Base ID

base_namestringOptional

💡 AIRTABLE Base name or ID (appXXXXXXXXXX) (default: APIFY)

Table Name

table_namestringOptional

💡 AIRTABLE Table name. (default: DATASET-<dataset_id>)

Update Mode

update_modeEnumOptional

💡 An UPSERT is a database operation that will update an existing row if a specified value already exists in a table, and insert a new row if the specified value doesn't already exist. (require primary_key)

Value options:

"0": string"1": string

Default value of this property is "0"

🔎 Select Command

select_commandEnumOptional

Value options:

"include": string"exclude": string

🏷️ Select Fields

select_fieldsarrayOptional

💡

Fields to include/exclude :

name or name.root.branch.leaf

Examples:

address
address.street
images.0.url

🏷️ Column Order

column_orderarrayOptional

💡 Select fields or Subfields that should display first, the rest of columns will be displayed in natural sort ordering.

Remove NULL

clean_nullbooleanOptional

Remove ZERO

clean_zerobooleanOptional

Remove FALSE

clean_falsebooleanOptional

Remove empty STRING

clean_stringbooleanOptional

Remove leading and trailing WHITESPACE

clean_spacebooleanOptional

Remove empty ARRAY

clean_arraybooleanOptional

Remove empty OBJECT

clean_objectbooleanOptional

Remove field starting with (#)

clean_hashbooleanOptional

Remove empty ARRAY items

clean_itembooleanOptional

Developer
Maintained by Community
Actor metrics
  • 11 monthly users
  • 89.8% runs succeeded
  • 1.0 days response time
  • Created in May 2023
  • Modified about 1 month ago