Home ›
Migrating date field content to Drupal 8Migrating date field content to Drupal 8
Submitted by Benjamin Melançon on May 10, 2017 - 3:13pm
in
All i need?
https://www.drupal.org/docs/8/api/migrate-api/migrate-process/process-plugin-substr
Yes, if configured exactly right (this is still always trial and error for me)
process:
field_pub_date:
plugin: iterator
source: field_pub_date
process:
value:
plugin: substr
source: value
start: 0
length: 10
Not quite relevant to our problem...
https://www.advomatic.com/blog/drupal-8-migrate-from-drupal-6-with-a-custom-process-plugin
Old and of no interest?
http://drupal.stackexchange.com/questions/88066/how-to-migrate-date-fields-correctly
Too new and not of interest?
FormatDate process plugin
https://www.drupal.org/node/2820490
Searched words:
drupal 8 date migrate
drupal 8 migrate datetime field not migrated
drupal 7 to drupal 8 "date" migration
drupal 8 example of proccessors migration
Comments
Post new comment