Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2017 at 19:35 UTC
Updated:
1 Feb 2017 at 12:54 UTC
Jump to comment: Most recent
Comments
Comment #2
megachrizI don't think there is a ready made solution for it.
You could achieve this by implementing
hook_feeds_parser_sources_alter()in a custom module and then, in the accompanied callback, return the entityreference value. Something like this (untested):Comment #3
socialnicheguru commentedhttp://drupal.org/project/feeds_entityreference also works
Comment #4
mxr576What I was looking for is implemented in new Feeds Entity.