The String Tokenizer Module in Yahoo Pipes will split a string into multiple strings using a delimiter (often a single character). For example, if this is your string: Mariners, Yankees, Blue Jays, Nationals And the delimiter is set to a comma (“,”) it will produce 4 separate strings like this: Mariners Yankees Blue Jays Nationals [...]
Truncate Module
The Truncate Module will return X items (where X is the number you specify) from the top of a feed. It limits the output to the first X items. http://mlb.mlb.com/partnerxml/gen/news/rss/mlb.xml Lets take our same MLB feed from the Tail Module example, and limit it to the first 5 results. All we have to do is [...]
Tail Module
With Yahoo Pipes, the Tail Module will truncate (cut off) a feed to the last X items (where X is the number you specify). It limits the number of items at the end of the feed. http://mlb.mlb.com/partnerxml/gen/news/rss/mlb.xml Lets take a look at this MLB news feed… …and use the Tail Module to remove the last [...]

Recent Comments