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

alex_b’s picture

Status: Active » Closed (fixed)

This 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.