-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Labels
Description
Currently you can only access tables by the "name" of the table; there are cases where you have data in several pages that have the same "schema" of table but the name differs e.g.
http://kassiesa.home.xs4all.nl/bert/uefa/data/method4/match2014.html
http://kassiesa.home.xs4all.nl/bert/uefa/data/method4/match2013.html
http://kassiesa.home.xs4all.nl/bert/uefa/data/method4/match2012.html
e.g.
type ResultData = HtmlProvider< @"http://kassiesa.home.xs4all.nl/bert/uefa/data/method4/match2014.html">
ResultData.GetSample()
.Tables
.``UEFA European Cup Matches 2013/2014`` // <- this bit should be .[1] etc. ```Reactions are currently unavailable