hi,
i have a datafeed with a category structure like
Dogs -> Health and Safety -> Eye and Ear Care
i want to use only the
Eye and Ear Care
as category and ignore everything before that.
is it possible to make a filter to automatically do that?
thanks in advance.
hi david,
thanks for the help on this.
is it also possible to detect this -> character and explode the category and use only the last variable automatically during the initial import?
thanks.
atman
Hi atman,
That is exactly what using the Explode filter in this instance should do - it is only applied during the initial import. If that means there's another problem let me know and I'll look into that for you...
Cheers,
David.
Hello atman,
Sure, this has come up quite often (I think some Commission Junction feeds have categories like this). You want the "Explode" filter - the code is in this thread:
http://www.pricetapestry.com/node/2017
Then, add a new "Explode" filter to the category field, use an "Explode Character or String" value of "->" (without the quotes), and a Return Index value of -1 to return the last one!
Cheers,
David.