usesql / roadmap

Use SQL across your CSVs, Google Sheets, APIs, Airtables, and more!
https://www.usesql.com
1 stars 0 forks source link

Query a specific table in an HTML document #12

Closed NicolaZordan closed 3 years ago

NicolaZordan commented 3 years ago

I would like to be able to get data from different parts of a web page specifying id or name

for example:

  1. which table: being able to specify what table to get data from, if the page contains multiple table
  2. lists: being able to get data from lists in a web page ul, or ol
  3. select: be able to get data from a select input, sometime used for menus

examples:

dylanroy commented 3 years ago

Added this capability. Here is a quick tutorial on the usage: https://app.gitbook.com/@dylanroy/s/usesql/tutorials/retrieving-data-from-a-specific-table-in-a-web-page

dylanroy commented 3 years ago

I will be creating two additional tickets for the lists, and select fields.