Skip to content

Access tables in HTML Type Provider by index #809

@isaacabraham

Description

@isaacabraham

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. ```

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions