import_drupal
import_drupal copied to clipboard
An example module for importing content into a Drupal 8 site from another Drupal 8 site using Migrate and JSON API.
Hey Karen, thanks for this module which helped me a lot to understand how to migrate using the JSon API. However I had to change many things in order to...
Following your article I updated the repository with my sites URL and ran into the following error running migrations: In MigrateToolsCommands.php line 268: [Exception] You must specify --all, --group, --tag...
What is the easiest/cleanest way to process fields that are empty sometimes. For example I have a node type `service` with a field `field_intro`. Most of the time this field...
Thanks for the great article and the import_drupal repository, both are very helpful. I've discovered that recent changes to the migrate_plus module now mean that the data_fetcher_plugin config for type...