You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We did this kata in my company to play with type providers. But we've struggled with HtmlProvider, because it didn't provide meaningful names for tables
Due to documentation
The generated type provides a type space of tables that it has managed to parse out of the given HTML Document. Each type's name is derived from either the id, title, name, summary or caption attributes/tags provided. If none of these entities exist then the table will simply be named Tablexx where xx is the position in the HTML document if all of the tables were flatterned out into a list. The Load method allows reading the data from a file or web resource. We could also have used a web URL instead of a local file in the sample parameter of the type provider. The following sample calls the Load method with an URL that points to a live version of the same page on wikipedia.
We tried to add HTML id to the table, but nothing changed :(
The text was updated successfully, but these errors were encountered:
We did this kata in my company to play with type providers. But we've struggled with
![image](https://user-images.githubusercontent.com/29205185/51824681-d8fa2d80-22da-11e9-874d-9da034f8cab2.png)
HtmlProvider
, because it didn't provide meaningful names for tablesDue to documentation
We tried to add HTML id to the table, but nothing changed :(
The text was updated successfully, but these errors were encountered: