Migrate the taxonomy terms in the blog and articles content types

This commit is contained in:
David Valdez 2019-07-22 18:12:44 -05:00
parent aac41432c1
commit 731d30cd5f
2 changed files with 84 additions and 76 deletions

View file

@ -71,48 +71,48 @@ process:
# -
# plugin: get
# source: comment
# taxonomy_vocabulary_1:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_1
# process:
# target_id: tid
# taxonomy_vocabulary_7:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_7
# process:
# target_id: tid
# taxonomy_vocabulary_12:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_12
# process:
# target_id: tid
# taxonomy_vocabulary_13:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_13
# process:
# target_id: tid
field_economic_sectors:
-
plugin: sub_process
source: taxonomy_vocabulary_1
process:
target_id: tid
field_institutions_structures:
-
plugin: sub_process
source: taxonomy_vocabulary_7
process:
target_id: tid
field_movements_struggles:
-
plugin: sub_process
source: taxonomy_vocabulary_12
process:
target_id: tid
field_practices_tools_strategies:
-
plugin: sub_process
source: taxonomy_vocabulary_13
process:
target_id: tid
# taxonomy_vocabulary_14:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_14
# process:
# target_id: tid
# taxonomy_vocabulary_10:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_10
# process:
# target_id: tid
# taxonomy_vocabulary_2:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_2
# process:
# target_id: tid
field_visions_models:
-
plugin: sub_process
source: taxonomy_vocabulary_10
process:
target_id: tid
field_regions:
-
plugin: sub_process
source: taxonomy_vocabulary_2
process:
target_id: tid
# taxonomy_vocabulary_3:
# -
# plugin: sub_process
@ -154,4 +154,10 @@ destination:
migration_dependencies:
required:
- upgrade_d7_user
- upgrade_d7_taxonomy_term_vocabulary_1
- upgrade_d7_taxonomy_term_vocabulary_2
- upgrade_d7_taxonomy_term_vocabulary_7
- upgrade_d7_taxonomy_term_vocabulary_10
- upgrade_d7_taxonomy_term_vocabulary_12
- upgrade_d7_taxonomy_term_vocabulary_13
optional: { }

View file

@ -67,52 +67,48 @@ process:
-
plugin: get
source: timestamp
# comment_node_story/0/status:
# -
# plugin: get
# source: comment
# taxonomy_vocabulary_1:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_1
# process:
# target_id: tid
# taxonomy_vocabulary_7:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_7
# process:
# target_id: tid
# taxonomy_vocabulary_12:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_12
# process:
# target_id: tid
# taxonomy_vocabulary_13:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_13
# process:
# target_id: tid
field_economic_sectors:
-
plugin: sub_process
source: taxonomy_vocabulary_1
process:
target_id: tid
field_institutions_structures:
-
plugin: sub_process
source: taxonomy_vocabulary_7
process:
target_id: tid
field_movements_struggles:
-
plugin: sub_process
source: taxonomy_vocabulary_12
process:
target_id: tid
field_practices_tools_strategies:
-
plugin: sub_process
source: taxonomy_vocabulary_13
process:
target_id: tid
# taxonomy_vocabulary_14:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_14
# process:
# target_id: tid
# taxonomy_vocabulary_10:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_10
# process:
# target_id: tid
# taxonomy_vocabulary_2:
# -
# plugin: sub_process
# source: taxonomy_vocabulary_2
# process:
# target_id: tid
field_visions_models:
-
plugin: sub_process
source: taxonomy_vocabulary_10
process:
target_id: tid
field_regions:
-
plugin: sub_process
source: taxonomy_vocabulary_2
process:
target_id: tid
# taxonomy_vocabulary_3:
# -
# plugin: sub_process
@ -215,4 +211,10 @@ destination:
migration_dependencies:
required:
- upgrade_d7_user
- upgrade_d7_taxonomy_term_vocabulary_1
- upgrade_d7_taxonomy_term_vocabulary_2
- upgrade_d7_taxonomy_term_vocabulary_7
- upgrade_d7_taxonomy_term_vocabulary_10
- upgrade_d7_taxonomy_term_vocabulary_12
- upgrade_d7_taxonomy_term_vocabulary_13
optional: { }