I am trying to import all the Destinations as taxonomy terms using following XML. In my situation, the list is not a comma separated list. It is as follows:
<product> <category>Ship</category> <id>000032</id> <Description>The description comes here</Description> <list> <Destination> <DestinationName>Dest 1</DestinationName> <DestinationCountryISOAlpha3>US</DestinationCountryISOAlpha3> </Destination> <Destination> <DestinationName>Dest 2</DestinationName> <DestinationCountryISOAlpha3/> </Destination> <list> </product>
I have a taxonomy called destinations and the list is already imported. Now how can I import Destinations list of a product as a term reference for the product node. I am using feed module, Feeds XPath Parser, and Feeds Tamper modules?
Sponsored by SupremePR