I need to use feeds with a keyword filter, similar to several modules that do this with feedapi.
I'm working on a site that will only need to retrieve data from feeds that relates very specifically to the site.
I don't want to do this in views. I prefer to filter on the incoming data so that mysql doesn't get packed with alot of data I don't need.
Comments
Comment #1
alex_b commentedShould be very easy to do with a little bit of custom code that extends FeedsNodeProcessor and skips all items that you don't want to save.
Check out http://drupal.org/node/622700 to learn how to register your own plugin and how to extend an existing plugin with it.
Comment #3
kiev1.org commentedNeed port http://drupal.org/project/feedapi_itemfilter for Feeds
Please help