[gelöst] Migrate Paragraphs. Migration von mehreren Paragraphen
Eingetragen von stevenx (201)
am 07.10.2021 - 14:12 Uhr in
am 07.10.2021 - 14:12 Uhr in
Moin,
ich habe 3 Paragraph Inhalte die in einem Feld (field_paragraphs) zusammengeführt werden sollen.
Meine Yaml enthält folgendes:
para_image:
plugin: migration_lookup
migration: d7_paragraph_gallery
no_stub: true
source: nid
para_text:
plugin: migration_lookup
no_stub: true
migration: d7_paragraph
source: nid
para_split:
plugin: split_into_paragraphs
source: body_value
field_paragraphs:
plugin: sub_process
source:
- '@para_image'
- '@para_text'
- '@para_split'
process:
target_id: '0'
target_revision_id: '1'
Sobald ich folgendes mit drin habe migriert er mir nix mehr. Wenn ich para_split weglasse und auch aus source - '@para_split' rausnehme funktioniert der Import für para_image und para_text
Leider gibt es keine Fehlermeldung.
para_split:
plugin: split_into_paragraphs
source: body_value
Ich möchte alle 3 Paragraphs ins Feld field_paragraphs importieren.
Hat jemand eine Idee?
- Anmelden oder Registrieren um Kommentare zu schreiben
Ich habs rausbekommen, man
am 12.10.2021 - 09:38 Uhr
Ich habs rausbekommen, man muss merge nehmen
https://git.drupalcode.org/project/migrate_plus/-/blob/8.x-5.x/src/Plugi...
para_image:
plugin: migration_lookup
migration: d7_paragraph_gallery
no_stub: true
source: nid
para_text:
plugin: migration_lookup
no_stub: true
migration: d7_paragraph
source: nid
temp_images:
plugin: sub_process
source:
- '@para_image'
- '@para_text'
process:
target_id: '0'
target_revision_id: '1'
temp_body:
plugin: split_into_paragraphs
source: body_value
field_paragraphs:
plugin: merge
source:
- '@temp_images'
- '@temp_body'
Drupal Programmierer Hamburg: https://stevenschulz.net