2021-07-26 21:38:40 +02:00
|
|
|
uuid: add4ae12-6fd2-47fe-8be0-0f4599f491ef
|
2021-07-15 18:00:42 +02:00
|
|
|
langcode: en
|
|
|
|
status: true
|
|
|
|
dependencies:
|
|
|
|
enforced:
|
|
|
|
module:
|
|
|
|
- migrate_plus
|
|
|
|
- migrate_tools
|
|
|
|
- profile
|
2021-07-26 21:38:40 +02:00
|
|
|
_core:
|
|
|
|
default_config_hash: Gs2PxO-2VEZGZYcaulvoljvA7t3m9Z_oSh9R8giUO3U
|
2021-07-15 18:00:42 +02:00
|
|
|
id: d7_user_profile_customer
|
|
|
|
class: null
|
|
|
|
field_plugin_method: null
|
|
|
|
cck_plugin_method: null
|
|
|
|
migration_tags:
|
|
|
|
- 'Drupal 7'
|
|
|
|
- Content
|
|
|
|
- Materio
|
|
|
|
migration_group: d7_materio
|
|
|
|
label: 'D7 User Customer Profile'
|
|
|
|
source:
|
2021-07-22 09:48:07 +02:00
|
|
|
plugin: d7_user_profile_customer
|
2021-07-15 18:00:42 +02:00
|
|
|
batch_size: 1000
|
|
|
|
process:
|
|
|
|
type:
|
2021-07-22 09:48:07 +02:00
|
|
|
plugin: default_value
|
|
|
|
default_value: customer
|
2021-07-15 18:00:42 +02:00
|
|
|
uid:
|
|
|
|
plugin: migration_lookup
|
|
|
|
migration: d7_users
|
|
|
|
source: uid
|
2021-07-22 09:48:07 +02:00
|
|
|
phone: billing_phone
|
|
|
|
address/country_code: billing_country
|
|
|
|
address/administrative_area: billing_zone
|
|
|
|
address/locality: billing_city
|
|
|
|
address/postal_code: billing_postal_code
|
|
|
|
address/address_line1: billing_street1
|
|
|
|
address/address_line2: billing_street2
|
|
|
|
address/organization: billing_company
|
|
|
|
address/given_name: billing_first_name
|
|
|
|
address/family_name: billing_last_name
|
2021-07-15 18:00:42 +02:00
|
|
|
tax_number:
|
|
|
|
plugin: iterator
|
|
|
|
source: field_vat_number_intra_ce
|
|
|
|
process:
|
|
|
|
value: value
|
|
|
|
type:
|
|
|
|
plugin: default_value
|
|
|
|
default_value: EU
|
|
|
|
destination:
|
|
|
|
plugin: 'entity:profile'
|
|
|
|
migration_dependencies:
|
|
|
|
required:
|
|
|
|
- d7_users
|