amrutha
(amrutha )
August 19, 2021, 8:51am
1
Hello, I need to see simplefeedreader package and get the information about the links and the Publication Date from the RSS feed. And every Run I should put the informations in addon of an Excel File. The link to get the information about RSS will be the follow.
https://www.divisionet.com/feed/
All can be in Background Mode.
Without Browsing or using Browser. Also Excel should be used in background for this process.
can anyone, Please help me in extracting links and publication date from RSS.
I need to get the output like this…
Yoichi
(Yoichi)
August 19, 2021, 9:20am
2
Hi,
Can you try to use SyndicationFeed class as the following?
Sample20210819-2.zip (5.2 KB)
Regards,
amrutha
(amrutha )
August 19, 2021, 1:13pm
3
No, I have to use simple feed reader only it’s an assignment
amrutha
(amrutha )
August 19, 2021, 1:14pm
4
How can we run excel and browser in background process
Yoichi
(Yoichi)
August 19, 2021, 1:50pm
5
Hi,
How about the following?
Sample20210819-2v2.zip (2.8 KB)
Regards,
1 Like
amrutha
(amrutha )
August 19, 2021, 1:53pm
6
Thank you, I will try it once
amrutha
(amrutha )
September 9, 2021, 9:43am
7
May i know, how it can to read publication date and RSS feed links to add in the excel
Yoichi
(Yoichi)
September 11, 2021, 11:49am
9
Hi,
The above sample (Sample2021081902v2.zip) extracts publication date and guid from the feed and write it to excel in background. Can you check the workflow in details?
Regards,
amrutha
(amrutha )
September 11, 2021, 12:11pm
10
Yeas I have runned it, but in excel it is displaying the name Pubdate and guid not the values
Yoichi
(Yoichi)
September 11, 2021, 12:22pm
11
Hi,
The following image is result of the sample which I run just now.
Do you mean your result has only header?
Regards,