feeds_para_mapper
Synopsis
Allows mapping to Paragraphs fields.
Features
* Supports mapping to nested Paragraphs fields.
* Supports mapping to multi-valued Paragraphs fields.
* Supports updating Paragraphs fields values.
Note: As long as the field you are trying to map to supports feeds,
then this module supports it, for example,
Interval field does not, it needs patching, see:
https://www.drupal.org/project/interval/issues/2032715
Requirements
* Feeds (https://drupal.org/project/feeds)
* Paragraphs (https://drupal.org/project/paragraphs)
Roadmap
The project is NOT ready to use in production,
and most of the issues are fixed in the development releases only.
* support for nested Paragraphs fields.
* support updating existing paragraphs fields.
Known problems
7-1.0:
* Import multiple paragraphs, fixed in the dev release.
Pledges
I will add support for Drupal 8 soon., (there is only a dev release, not stable yet)
Installation
To install, copy the feeds_para_mapper directory and all its contents to your modules
directory.
Configuration
It has no configuration page
To enable this module, visit administer -> modules, and enable Feeds Paragraphs.
Usage
Check out the documentation page
For mapping multiple values, use Feeds Tamper
And follow this guide