Airtable Exporter avatar

Airtable Exporter

Under maintenance
Try for free

No credit card required

View all Actors
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative 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
  • 6 monthly users
  • 3 stars
  • 58.7% runs succeeded
  • 53 days response time
  • Created in May 2023
  • Modified 9 days ago