04jfw080694 Posted November 28, 2011 Posted November 28, 2011 My program gets the html of a webpage, i need to select certain data (Which changes daily) and copy them so that i am able to create a graph. They are all integers. Quote
Administrators PlausiblyDamp Posted November 28, 2011 Administrators Posted November 28, 2011 http://htmlagilitypack.codeplex.com/ is probably your best bet, it will allow you to parse and extract information from an html page and there are plenty of examples on the site itself. Be aware that even with a decent tool this is still a fairly error prone and fiddly process, plus you are going to be caught out if the html format used ever changes. In most cases it might be easier to see if the owner of the site in question has a public, documented way of getting to this information. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.