Import multiple paragraphs

Created on 9 June 2019, over 5 years ago
Updated 29 October 2024, 17 days ago

Similar to https://www.drupal.org/project/feeds_para_mapper/issues/2973608 ✨ Import multiple paragraphs Fixed , in the Drupal 8 version, only one paragraph is imported.

My CSV looks like:
title, date, cat_name, cat_color, cat_birthday

Where cat name/color/birthday are part of a paragraph. On import, only the last item is left on import. The others get overwritten.

The host entity has an unlimited cardinality for paragraph.

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States cbrasfield

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • It always imports only 1 paragraph into the same parent field

    Scenario is:

    Content type : Page
    Field: Content (has multiple paragraph references including text, related content, documents)
    it only imports the first reference. if if I first map text target it only imports that and ignore the next one which is related content
    If I map related content first it will import that and ignores the text
    if I call explode() in the beginning of the import() function it will only import the last target

Production build 0.71.5 2024