Issues with namespaces and Migrate module migrating XML content
In the Migrate module I noticed that one reason I could not import an XML file was because it contained namespaces. Removing namespaces from the XML file and Migrate class allowed me to import the...
View ArticleRemove import instance from list using Migrate Tools module
I'm trying to remove an rss reference of a migration. Once I put the yaml code into the Migrate module in the drupal admin interface, it creates a reference to that yaml code, but there is no one in...
View ArticleImport CSV to nodes/entities in Drupal 8 including a UI
What’s the best solution for importing CSV files into nodes or entities in Drupal 8 that offers a UI so content editors can import regularly? I’ve heard D8 Migrate works well but I understand there’s...
View ArticleHow to import a million of nodes? Very slow import
I've been dealing with this problem for several days. I need to import around 1,600,000 nodes (one time). Everything is set correctly, but the speed is horrible.Both on the shared server and on the...
View ArticleXML parser selector skips mixed content in migration
I am trying to migrate and map the source fields of an external rss/xml file into Drupal. I have built a custom module:In config/install folder I have my yml file...
View Article