Hi guys
I got a model in ArcGIS thats pumping out 17 excel spreadsheets that I merge using excel VBA script into 1 spreadsheet (Sheet1). Not all of these tables contain the same type of information so column D from one spreadsheet might contain a different type of information than what it does in another.
Anywho, a lot of these tables contain a column containing a web link to a page with a coupple of paragraphs with some text. Would it be possible to write a script using web scraping for example so that it;
1. Locates which column that contain the links (as previously stated, the link might be in column D in on table but column C in another for example).
2. Open the HTML link and search through the body of text on the web page for a bunch of species that I have in a long list in another excel spreadsheet (Sheet2) (all in column A)
3. If it finds species "x" to copy paste species "x" into the merged spreadsheet (Sheet1)
Thanks in advance
Bookmarks