I’ve a json file full of information exported from a wordpress web site, one area being a string representing a date and time: “03/15/2012 14:46:19”. I want to import that string right into a date and time area of a drupal 8 content material kind.
I’m utilizing a Migration from Supply YML file.
fields: - identify: date label: 'Date' selector: date
Then in course of:
course of: field_press_release_date: date # is it as simple as this?
Is there a particular plug in I am not seeing listed on: https://www.drupal.org/docs/8/api/migrate-api/migrate-process-plugins
I see format date, however could not get any format to work. I’ve full management over Drupal Developer format of Drupal Developer date string, I’ve to do some processing of information from wordpress earlier than drupal so I can do just about no matter is required, if it truly is as simple as setting Drupal Developer date_field to Drupal Developer date_string from Drupal Developer fields checklist, what format does date_string should be in?
I can’t discover a easy instance of importing a string right into a date and time area, thanks for any help!