Skip to content

Instantly share code, notes, and snippets.

View JeffTomlinson's full-sized avatar

Jeff Tomlinson JeffTomlinson

View GitHub Profile
@JeffTomlinson
JeffTomlinson / migration.d6_node.yml
Created January 23, 2019 02:01
Drupal 6 to 8 date range migration
process:
field_destination_daterange:
plugin: iterator
source: field_source_daterange
process:
value:
plugin: format_date
from_format: 'Y-m-d\TH:i:s'
to_format: 'Y-m-d'
source: value