Quantcast
Channel: Migrate address field - Drupal Answers
Browsing all 3 articles
Browse latest View live

Answer by Sébastien Gicquel for Migrate address field

Here is a working example with a user profile migration (not Drupal user account).Adress is an array of subfields. You can check in database all the possible subfields because i don’t use all of them...

View Article


Answer by benj for Migrate address field

I do migrate from json to drupal 8, hope this will help.In the .yml I call the field on a single value :id: my_id_migratelabel: My Labelmigration_group: MyGroupmigration_dependencies: {}source: plugin:...

View Article

Migrate address field

I am currently searching for a example to migrate data into an address field in Drupal 8 without any luck for now.Has someone a hint for me on how to map the fields?I tried the following:my.migrate.yml...

View Article
Browsing all 3 articles
Browse latest View live