fsprojects / FSharp.Data

F# Data: Library for Data Access
https://fsprojects.github.io/FSharp.Data
Other
817 stars 287 forks source link

HtmlProvider #895

Closed sorrentmutie closed 8 years ago

sorrentmutie commented 8 years ago

Good Morning! I have a question about the HTMLProvider type . It's not clear to me how the member Lists and Tables can be used. In the interactive session, Tables give me a list of all the tables found in the loaded page. But, what if I don't know which table I'm interested in and I just want to loop over each table in the page?

Salvatore

ovatsus commented 8 years ago

For that doesn't use the TypeProvider, instead use the HTML parser directly: http://fsharp.github.io/FSharp.Data/library/HtmlParser.html