Hi,
I am importing a CSV file containing node columns like below:
ID, Name, Attribute1, Attribute2, Attribute3, Attribute4
1, Test Name, Test1, Test2, Test3, Test4
The above attributes are stored in 4 separate vocabularies:
- Vocabulary1
- Vocabulary2
- Vocabulary3
- Vocabulary4
My entity has a single 'Attributes' term reference field, which selects allows terms from all above vocabularies to be referenced.
Example attribute mapping:
What I want to be able to do; is for each mappged field select which vocabularies feeds should search for the term reference in, and create the term if not found. e.g.
At the moment, feeds just chooses the first available Vocabulary and inserts any created terms there.
Is such a thing possible? Perhaps there's a contrib module which I've missed that supports this?
P.S. I know it would be easy to achieve with separate fields, however due to various reasons and existing code it's not feasible to do this in this case.