Search by

osu-wams / services_migrate_csv

emerhamosu-wams

Migration for OSU Services

Package info

github.com/osu-wams/services_migrate_csv

Type:drupal-custom-module

pkg:composer/osu-wams/services_migrate_csv

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

1.1.0 2023-06-09 20:54 UTC

This package is auto-updated.

Last update: 2026-09-21 17:56:17 UTC


README

This is a Drupal 8 module to provide a CSV migration of services.

Installation

Use composer to add this module to a Drupal site.

composer require --dev osu-wams/services_migrate_csv

Either using Drush or the UI install the module and it's dependencies

drush en services_migrate_csv

Usage

Drush

drush  migrate:import osu_services_csv

To limit the amount processed

drush migrate:import osu_services_csv --limit=10

Drupal UI

To be able to run the migrations from the web interface you will need to enable the module Migrate Drupal UI.