migrate_plus.migration.d7_taxonomy_term_company.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. uuid: 0bcce6fc-4b6e-4e40-b3a2-b164ffaec3c9
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: Z1Eszg2PyEx7bcSK4ieINRiMS9CB3AtJOAZbW0U6qG8
  7. id: d7_taxonomy_term_company
  8. class: null
  9. field_plugin_method: null
  10. cck_plugin_method: null
  11. migration_tags:
  12. - 'Drupal 7'
  13. - Content
  14. - Materio
  15. migration_group: d7_materio
  16. label: 'Taxonomy terms Company'
  17. source:
  18. plugin: d7_taxonomy_term_company
  19. bundle: company
  20. process:
  21. vid:
  22. plugin: default_value
  23. default_value: company
  24. name: name
  25. weight: weight
  26. parent_id:
  27. -
  28. plugin: skip_on_empty
  29. method: process
  30. source: parent
  31. -
  32. plugin: migration_lookup
  33. migration: d7_taxonomy_term_companie
  34. parent:
  35. plugin: default_value
  36. default_value: 0
  37. source: '@parent_id'
  38. changed: timestamp
  39. field_website:
  40. plugin: iterator
  41. source: field_website
  42. process:
  43. uri: url
  44. title: title
  45. options: attributes
  46. field_memo: field_memo
  47. field_public_phone: public_phone
  48. field_public_email:
  49. plugin: iterator
  50. source: field_public_email
  51. process:
  52. value: email
  53. field_public_address:
  54. plugin: iterator
  55. source: field_public_address
  56. process:
  57. country_code: country
  58. administrative_area: administrative_area
  59. locality: locality
  60. dependent_locality: dependent_locality
  61. postal_code: postal_code
  62. address_line1: thoroughfare
  63. organization: organisation_name
  64. given_name: first_name
  65. family_name: last_name
  66. field_departement: field_departement
  67. field_description: body
  68. field_infos_from_company: field_infos_from_company
  69. field_note: field_note
  70. field_attachments: field_attachments
  71. destination:
  72. plugin: 'entity:taxonomy_term'
  73. migration_dependencies: null