Closed (fixed)
Project:
Feeds
Version:
8.x-3.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2016 at 14:28 UTC
Updated:
13 Sep 2016 at 15:24 UTC
Jump to comment: Most recent
Comments
Comment #2
megachrizShort answer: this functionality is not yet available for D8.
Long answer:
It should be implemented in the D8 version of the Feeds extensible parsers module. I've worked on that port a while ago - MegaChriz's sandbox: Feeds extensible parsers D8 - but it is unfinished: there is no UI for it yet. I had it however working successfully at some point by creating the configuration manually in a YAML-file and then importing that file at admin/config/development/configuration/single/import.
The module probably needs to be updated to "work" with the latest dev of Feeds and the latest version of Drupal.
If you want to try out the module without needing to update its code first for the latest Feeds and Drupal, try it with Drupal 8.0.0-beta9 and a Feeds dev version from April 2015. You would also need to comment out the following lines in feeds_ex/src/Feeds/Parser/ParserBase.php:
Sample configuration for the parser only:
File name: feeds.feed_type.my_importer.yml
Possible workaround:
There is an issue open for the D8 port of Feeds extensible parsers:
#2465535: [meta] Feeds extensible parsers 8.x roadmap