Filter items from a feed using words in a text file, with Yahoo Pipes

Posted by pufferfish on Stack Overflow See other posts from Stack Overflow or by pufferfish
Published on 2010-04-22T19:06:10Z Indexed on 2010/04/23 12:13 UTC
Read the original article Hit count: 435

I have a pipe that filters an RSS feed and removes any item that contains "stopwords" that I've chosen. Currently I've manually created a filter for each stopword in the pipe editor, but the more logical way is to read these from a file. I've figured out how to read the stopwords out of the text file, but how do I apply the filter operator to the feed, once for every stopword?

The documentation states explicitly that operators can't be applied within the loop construct, but hopefully I'm missing something here.

© Stack Overflow or respective owner

Related posts about yahoo-pipes

Related posts about yahoo