Web Content Extraction

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • buddy007
    New Member
    • Mar 2007
    • 1

    #1

    Web Content Extraction

    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
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    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.

    Comment

    Working...