osu-wams / services_migrate_csv
Migration for OSU Services
Package info
github.com/osu-wams/services_migrate_csv
Type:drupal-custom-module
pkg:composer/osu-wams/services_migrate_csv
1.1.0
2023-06-09 20:54 UTC
Requires
- drupal/migrate_plus: ^5 || ^6
- drupal/migrate_source_csv: ^3.0
Requires (Dev)
- brainmaestro/composer-git-hooks: ^2.8
- drupal/coder: ^8.3
- friendsoftwig/twigcs: ^6.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.