Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). Varbase Media Header 9.2.1 Minor update available for module varbase_media_header (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

Migrate Airtable

1 sites Security covered
View on drupal.org

This module allows you to migrate content from Airtable bases into Drupal. It provides a source plugin that can import records, map relationships, and handle file information from Airtable tables into Drupal entities. This makes Airtable a useful tool for staging and cleaning data before bringing it into Drupal.

This module provides a Migration Source for Airtable bases that helps programmers create migrations from Airtable into Drupal.

Airtable is a flexible spreadsheet/database solution that makes an excellent tool for staging a content inventory or cleaning up your data before migrating it into Drupal. With this module, you can map tables, relationships, and file information from Airtable into Drupal entities, relationships, and media.

Features

Import records from any of your Airtable bases into any Drupal entity type:

  • Supports Airtable views and filters
  • Automatically populates Source fields list, making it quick to create mappings
  • Allows you to maintain relationships from Airtable's linked records into Drupal's entity reference fields
  • Respects Airtable’s API limits of 5 requests per second

Post-Installation

After creating and setting up an API key with Airtable, you can create migration files that look like this against the Articles table in a base named 'Content Migration Example'

id: articles
label: "Articles from Airtable"
source:
  plugin: airtable
  base: 'Content Migration Example'
  table: 'Articles'
  constants:
    uid: 1
    body_format: basic_html
destination:
  plugin: entity:node
  default_bundle: article
process:
  title: Title
  uid: constants/uid
  body/value: Body
  body/format: constants/body_format

Requirements

This module requires Migrate Plus and some familiarity with setting up a migration.

Activity

Total releases
1
First release
Dec 2024
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Release date
1.x-dev Dev Dec 10, 2024