if you import the feeds as they are into your database you come up with several names for the same category
how do you deal with the thousands of different categories you find in datafeeds from multiple merchants and networks?
I mean technically, do you create some kind of association between the feed categories and your own categories (hence having to check which categories are in each datafeed ) or do you create virtual categories using LIKE '%keyword%' queries?
how do you deal with the thousands of different categories you find in datafeeds from multiple merchants and networks?
I mean technically, do you create some kind of association between the feed categories and your own categories (hence having to check which categories are in each datafeed ) or do you create virtual categories using LIKE '%keyword%' queries?