Skip to content

Example module for Drupal 8 that provides migrations of users, terms, files and nodes from database, JSON resources, CSV and XML files. #migrate

Notifications You must be signed in to change notification settings

webprogrammierer/migrate_source_example

This branch is 3 commits behind wunderio/migrate_source_example:8.2.x.

Folders and files

NameName
Last commit message
Last commit date
Oct 27, 2016
Jan 12, 2016
Oct 26, 2016
Oct 24, 2016
Oct 24, 2016
Oct 19, 2016
Jan 12, 2016
Oct 26, 2016
Oct 26, 2016

Repository files navigation

Migrate source example

migrate_source_example is a module that contains a set of sub-modules that provide content migrations from different sources.

Currently the project features migrations from following sources:

  1. External (non-Drupal) database tables.
  2. CSV files;
  3. XML files;
  4. JSON resources.

Installation

  1. Install Drupal 8 compatible drush.
  2. Install Drupal 8 using Standard profile.
  3. Download migrate_tools contrib module into modules/contrib/migrate_tools (see instructions).
  4. Download migrate_plus contrib module into modules/contrib/migrate_plus (see instructions).
  5. Enable migrate_source_example module (drush en migrate_source_example).

Installation of DB migration example module

  1. Enable migrate_source_example_db module (drush en migrate_source_example_db).

Installation of CSV migration example module

  1. Download migrate_source_csv contrib module into modules/contrib/migrate_source_csv (see instructions).
  2. Enable migrate_source_example_csv module (drush en migrate_source_example_csv).

Installation of XML migration example module

  1. Enable migrate_source_example_xml module (drush en migrate_source_example_xml).

Installation of JSON migration example module

  1. Enable migrate_source_example_json module (drush en migrate_source_example_json).

Usage

  1. Run drush ms to see all migrations.
  2. Run drush mi --group=[GROUP] to import content from specific example group.

Special usage of JSON migration example

JSON migration source plugin requires an absolute URL of a JSON resource to be set in migration .yml file due to an assumption that JSON resources are remote. It means that for JSON migration to work, a base url of the site needs to be provided to migration system.

Run drush mi --group=migrate_source_example_json --uri=[BASE_URL], where [BASE_URL] is an absolute path to your site.

Data source

Example content is synced with a Google Spreadsheet.

About

Example module for Drupal 8 that provides migrations of users, terms, files and nodes from database, JSON resources, CSV and XML files. #migrate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%