Mapping boolean fields in Taxonomies
-
Hello,
I would like to ask a question regarding mapping boolean fields in taxonomies. I have a feed that contains data like:
<Bright>true</Bright>
<Elevator>true</Elevator>
<NearToMetro>false</NearToMetro>I would like to add these amenities in a taxonomy, comma separated:
{Bright[1]},{Elevator[1]},{NearToMetro[1]}
If i leave it like that i get only true or false.
If i enable mapping with something like that:
In Your File: <Bright>true</Bright>
Translated To: BrightI still get true or false.
Can you please help me?
Kind regards,
George
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Mapping boolean fields in Taxonomies’ is closed to new replies.