Migrate
- Date migration path is almost ready https://www.drupal.org/node/2820490, so hopefully we will not need to do date plugins anymore
- Migration path for plain text field is not ready for core, but this patch works like a charm https://www.drupal.org/node/2842222
- This is pretty good article about setting a migration https://drupalize.me/blog/201604/custom-drupal-drupal-migrations-migrate-tools https://drupalize.me/blog/201604/custom-drupal-drupal-migrations-migrate-tools
- Checking if https://www.drupal.org/project/migrate_ui will actually work with custom migrations
Feeds
- currently function getMappingSources is missing from CsvParser.php and needs urgent work for feeds to work
/**
* {@inheritdoc}
*/
public function getMappingSources() {
return [];
}
- Interface for https://www.drupal.org/project/feeds_ex is much better than https://www.drupal.org/project/feeds_xpathparser