Folks .. here is what I’m exploring .. use the RSS feed in SP2010 to pull in RSS (no problem). But – we want to save the RSS feed xml daily into a list or file in a library, so we can index, search and present. Sort of “archiving” the daily RSS feed for historical search.
I’m not a developer – but I know that the RSS content is structured via XML. Any way to pull the xml data into a list or file, index, search against it, and present?
Thanks in advance
I’d go with either PS, Biztalk or SSRS – anything would work well.
In general, yea, we need to sync and created items in library or list. So it might be custom dev or any other sync software.
External data via Business Connectivity Service would work fine too. But it doesn’t help with sync and storing actual data within SharePoint.
I’ve implemlemented RSS to SharePoint sync. Ended up with PowerShell script triggered by windows scheduler.