Hello,
I have created a feeds tamper to connect the imported data to a value of a field of a taxonomy term. But, it's not functionnal and i get in logs this error type :
"No existing entity found for entity 801 entityreference to source entity 1"
Can you explained how to set this plugin, and if I have to make anything to link the datas ?
For info:
I have a taxonomy term with a field "term code" (ie. 125FR, 526GR...).
The datas what I import are formatted with the same apparence:125FR, 526GR..
I want to link the imported datas with the terms who included the good term code.
In Feed Tamper settings I have add the plugin "Entity Field Query finder" in my xpathparser->field. Then i have configurated "Entity Field Query finder" like this:
Entity type: Taxonomy Term
Bundle: My vocabulary
Field: term code
Column: Value
Can you help me for this ?
Thanks.
Comments
Comment #1
kumkum29 commentedSorry but I found the solution.
The mapping of the field is bad. I have created the mapping of my xpathparser to the term label and not to the term ID.
Now it's ok and the datas are linked.
Thanks.
Comment #2
kumkum29 commented