This example uses a CSV file as input, and uses a Loop module with an Item Builder sub-module to convert it into an RSS feed. Parts of the CSV data are renamed to title, link, and description, corresponding to the expected RSS element names.
The Content Analysis module can help cross-reference information from one feed to items in another feed. Some Source modules, like Flickr, Yahoo! Search, and Google Base, use keywords to drive their searches.This example fetches a news feed and pipes it through the Content Analysis module. The feed…
This example returns up to 10 items from an auto-discovered feed. A single web site URL is fed into the Auto-Discovery module using a URL Input module. The discovered feed items are piped through a Truncate module that lets only the first feed through.That feed is passed into a Loop module with a…