Mapping to a Paragraph field
In this guide we will try to import value from a CSV file to a text field inside a Paragraph bundle.
When the module Feeds Paragraphs first created, it was trying to solve the issue of importing data to Paragraph field type,
In Drupal 7 this was really difficult and you need to write a custom module for this, simply because Paragraphs module does not support Feeds, and it was a hell if your paragraph field is multi-valued, or nested inside multiple Paragraph bundles.
This is why Feeds Paragraphs is created.
But what about the Drupal 8 version of the Paragraphs module?, the module already supports Feeds so why we need another module?.
Well, it does supports it, but it's limited, you can't import multiple values to a paragraph field, or nested field.
So, how can we import import data into a Paragraph field using Feeds? let's see..
In this guide we will try to import value from a CSV file to a text field inside a Paragraph bundle.
Allows mapping to Paragraphs fields.
Drupal is a registered trademark of Dries Buytaert.
