migrate_plus.migration.d7_node_ressource.yml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. id: d7_node_ressource
  2. label: Node Ressource
  3. migration_group: popsu
  4. audit: true
  5. migration_tags:
  6. - Drupal 7
  7. - Content
  8. - Popsu
  9. source:
  10. plugin: d7_node_ressource
  11. batch_size: 500
  12. # high_water_property:
  13. # name: changed
  14. # alias: n
  15. destination:
  16. plugin: entity:node
  17. process:
  18. # nid: nid
  19. type:
  20. plugin: default_value
  21. default_value: ressource
  22. created: created
  23. changed: changed
  24. uid:
  25. plugin: default_value
  26. default_value: 34
  27. title: title
  28. field_programme:
  29. plugin: sub_process
  30. source: field_programme
  31. process:
  32. target_id:
  33. plugin: migration_lookup
  34. migration: d7_node_programme
  35. source: nid
  36. no_stub: true
  37. field_theme:
  38. plugin: migration_lookup
  39. migration: d7_node_theme
  40. source: field_theme
  41. no_stub: true
  42. field_projet:
  43. plugin: migration_lookup
  44. migration: d7_node_projet
  45. source: field_projet
  46. no_stub: true
  47. field_poid: field_poids
  48. field_type_de_ressource:
  49. plugin: migration_lookup
  50. migration: d7_taxonomy_term_type_doc
  51. source: field_popsu_doc_type
  52. no_stub: true
  53. field_sous_titre:
  54. plugin: sub_process
  55. source: field_popsu_publication_soustitr
  56. process:
  57. value: value
  58. # summary: summary
  59. # format:
  60. # plugin: default_value
  61. # default_value: wysiwyg
  62. field_edition:
  63. plugin: sub_process
  64. source: field_popsu_doc_source
  65. process:
  66. value: value
  67. summary: summary
  68. format:
  69. plugin: default_value
  70. default_value: wysiwyg
  71. body:
  72. plugin: sub_process
  73. source: body
  74. process:
  75. value: value
  76. summary: summary
  77. format:
  78. plugin: default_value
  79. default_value: wysiwyg
  80. field_image:
  81. plugin: sub_process
  82. source: field_popsu_publication_cover
  83. process:
  84. target_id:
  85. plugin: migration_lookup
  86. migration: d7_allpublicfiles
  87. source: fid
  88. no_stub: true
  89. alt: alt
  90. title: title
  91. field_fichier:
  92. plugin: sub_process
  93. source: field_popsu_doc_files
  94. process:
  95. target_id:
  96. plugin: migration_lookup
  97. migration: d7_allpublicfiles
  98. source: fid
  99. no_stub: true
  100. display: display
  101. description: description
  102. field_ressources_liees:
  103. plugin: migration_lookup
  104. migration: d7_node_ressource
  105. source: field_ressources_liees
  106. no_stub: true
  107. field_memo: field_memo
  108. migration_dependencies:
  109. required:
  110. - d7_allpublicfiles
  111. - d7_users
  112. - d7_taxonomy_term_type_doc