Closed (fixed)
Project:
Feed Element Mapper
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2009 at 16:59 UTC
Updated:
22 Jan 2010 at 16:20 UTC
I'm trying to map the following to a Taxonomy field:
[options] => Array
(
[original_author] => Array
(
[name] => Person1, Person2, Person3
[link] =>
[email] =>
)
)
Using SimplePie and the Exhaustive Parser, in the mapping options, I can map the options->original_author->name: to a taxonomy field, but the result is "Person1, Person2, Person3" with the quote marks *included*. This means that rather than 3 taxonomy terms being created, a single term is created.
At what point are these quotes being added? I have the taxonomy field set to tags and multiple select.
I know this is possible as I had it working until recently on my dev site, but I've no idea what change I made to cause it to stop working.
Comments
Comment #1
sjf commentedFinally solved thanks to #675398: No array is created from taxonomy terms