Module Description
Migrate Devel helps out developers when creating migrations.
* It provides an option--migrate-debug used indrush migrate:import drush command to print out each row as it's being migrated. Also provides a --migrate-debug-prewhich does the same thing to the source row before the migration is run on the row.
* It provides a process plugin debug that prints the values that are being migrated to the terminal
This works with migrate_tools.
It uses Symfony VarDumper directly to print out debug information.
Options are:
* --migrate-debug - Prints out rows as they run. Can be used in migrate-import.
* --migrate-debug-pre - Same as above before the process is run on the row. Can be used in migrate-import.
* It provides an option--migrate-debug used indrush migrate:import drush command to print out each row as it's being migrated. Also provides a --migrate-debug-prewhich does the same thing to the source row before the migration is run on the row.
* It provides a process plugin debug that prints the values that are being migrated to the terminal
This works with migrate_tools.
It uses Symfony VarDumper directly to print out debug information.
Options are:
* --migrate-debug - Prints out rows as they run. Can be used in migrate-import.
* --migrate-debug-pre - Same as above before the process is run on the row. Can be used in migrate-import.
Module Link
Project Usage
1669
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
Migrate Devel helps developers debug migrations by printing out rows as they run and before the process is applied, using Symfony VarDumper directly.
Data Name
migrate_devel