Provides feeds integration for entityreference for mapping directly to properties of referenced entities.
Utilizes Entity API to provide mapping targets for entity properties.
Will automatically create new referenced entities and update existing ones using a GUID mapping to separate between the two.
Set default values for required entity properties and avoid being forced to map them in Feeds
Use case
How this module works is perhaps more easily conveyed through a simple example:
Lets say we are importing products, together with product-reviews as XML from a third pary API. This happens to be an ill-designed API, and the reviews are nested in the XML as children of the products they belong to, and cannot be fetched separately.
There are multiple solutions to this problem. One could for example create an API wrapper, preprocessing the file and separate products and reviews in two xml-feeds. This is a bit of work though, comes with additional issues like making sure reviews are imported before products etc.
Local Foodhub defines the commerce functionality to support a foodhub in a community, where producers and consumers attend a regular collection day where ordered products can be collected.