Closed steinmb closed 4 years ago
We are not going to migrate the location information but address it by manually updating the records. There is no official way of getting the data migrated and addressing that have proved to a little tricky. I have tried.
Post migration script that picks up all location information from d7 db. https://github.com/steinmb/uib_humanists/blob/master/scripts/Location.php This issue is done - Rest sits in #88
Migrate #61 node content from Drupal 7 to 8. Clean up data structure and omit not unused data and data structures.
Data structures
Migrate all fields. All mapping is:
field_name: field_name
except if listed below.Format:
D8: D7
field_alias_or_pseudonym: field_alternative_spelling_of_na
field_notes: field_person_notes
field_record_status: field_record_status_tax
Needs work
field_nationality
->field_country
(D9)How to run test migration
drush migrate:import uib_node_person
and rollback nodes:drush migrate:rollback uib_node_person
How test