Is there a way to extract the results from "count" operator in the final output on Yahoo! Pipes? For example, I am looking at the number of postings on my RSS news feed. I just want to know how many postings were there. So far I have been unable to retrieve the frequency number in the "Pipe Output." Please advise. Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The JSON result of your pipe includes a "count" property with the number of items returned. (Click "Get as JSON" on the pipe's page) e.g. JSON output for a pipe. You could also make a pipe to just return the count of an RSS feed. |
|||
|
|