123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- uuid: 7bc4232f-4cf7-47b8-a18f-55cb75054a79
- langcode: fr
- status: true
- dependencies: { }
- _core:
- default_config_hash: 2YwRSmCFiJrKbOiF_Y33rBPNxqM9llOfJdc67FOg-lU
- id: d7_node_projet
- class: null
- field_plugin_method: null
- cck_plugin_method: null
- migration_tags:
- - 'Drupal 7'
- - Content
- - Popsu
- migration_group: popsu
- label: 'Node Projet'
- source:
- plugin: d7_node_projet
- batch_size: 500
- process:
- type:
- plugin: default_value
- default_value: projet
- created: created
- changed: changed
- uid:
- plugin: default_value
- default_value: 34
- title: title
- field_ville:
- plugin: migration_lookup
- migration: d7_taxonomy_term_ville
- source: ville
- no_stub: true
- field_programme:
- plugin: sub_process
- source: field_programme
- process:
- target_id:
- plugin: migration_lookup
- migration: d7_node_programme
- source: nid
- no_stub: true
- field_comparatifs_associes:
- plugin: sub_process
- source: field_comparatifs_associes
- process:
- target_id:
- plugin: migration_lookup
- migration: d7_node_theme
- source: nid
- field_themes_lies:
- plugin: sub_process
- source: field_themes_lies
- process:
- target_id:
- plugin: migration_lookup
- migration: d7_node_theme
- source: nid
- field_projets_lies:
- plugin: sub_process
- source: field_projets_lies
- process:
- target_id:
- plugin: migration_lookup
- migration: d7_node_projet
- source: nid
- field_memo: field_memo
- destination:
- plugin: 'entity:node'
- migration_dependencies:
- required:
- - d7_allpublicfiles
- - d7_users
- - d7_taxonomy_term_type_theme
|