This project is not covered by Drupal’s security advisory policy.
This module provides a drush command to generate migrations (imports) based on source CSV files :
- Main idea here is to automatically generate migration config based on source csv files.
- Module creates Migration for each source file and Migration Group for these created migrations.
What is different about it compared to alternatives :
- default_content : Content is stored in json/yaml files, making it hard to maintain and update in the long run. Migrate generator uses csv files instead
- Feeds migrate : Provide an UI to create migration manually. Migrate generator does it automatically based on csv files
Example of usage :
drush migrate_generator:generate_migrations /var/www/html/content --updatedrush migrate:import --all --tag=mggdrush migrate_generator:clean_migrations mgg

Supporting organizations:
Project information
- Project categories: Import and export
- Ecosystem: Migrate
7 sites report using this module
- Created by sorlov on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
Releases
8.x-2.4
released 17 June 2024
Works with Drupal: ^9 || ^10 || ^11
Install:
Development version: 8.x-2.x-dev updated 17 Jun 2024 at 10:55 UTC










