How to read a table from url

My answer was for situations where the remote url returns a delimited file, which is what CSV.File parses. You are looking to extract a table from html, so need a library that parses html rather than delimited files, see: