Closed (fixed)
Project:
Feed Element Mapper
Version:
5.x-1.0-beta6
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 May 2008 at 12:07 UTC
Updated:
28 May 2008 at 17:36 UTC
Id like to map only the first part of a feed description to a taxonamy
ive got some map element like this in my feed:
[description] => MARS - The first intruders arrived!!!
I want only the part "MARS" mapped to my taxonamy "location"...
where should i look for achieving this functionality?
Comments
Comment #1
alex_b commentedThis is not supported right out of the box.
You could write your own mapper that maps taxonomy (model it after the taxonomy mapper in mappers/) and handles sub string selection.