Connecting Tech Pros Worldwide Forums | Help | Site Map

Web Content Extraction

Newbie
 
Join Date: Mar 2007
Posts: 1
#1: Mar 1 '07
hi,

I am stuccked in a problem that how to fetch table contents(stock values) from a external website and then save them to a text file.

say there is any webpage http://www.nseindia.com/ now i have to fetch all the stock values from the page and have to save in a file.

I appreciate your early reply

thanks
buddy007

RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,392
#2: Mar 1 '07

re: Web Content Extraction


You might check to see if they have an XML feed of the values otherwise you are going to have to resort to parsing the HTML for the stock name / price values.
Reply