Quantcast
Channel: Migrate address field - Drupal Answers
Viewing all articles
Browse latest Browse all 3

Answer by Sébastien Gicquel for Migrate address field

$
0
0

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 (ex : field_profile_address_family_name)

.yml file :

field_profile_address/country_code:     plugin: default_value     default_value: FR   field_profile_address/langcode:     plugin: default_value     default_value: fr   field_profile_address/address_line1: adresse1   field_profile_address/address_line1: adresse2   field_profile_address/locality: ville   field_profile_address/postal_code: code_postal

Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>