Settings

Theme

Show HN: Structured HTML table data extraction from URLs in Go

github.com

7 points by nf-x 3 years ago · 2 comments · 1 min read

Reader

This library aims to be something like pandas.read_html or table_extract Rust crate, but more idiomatic for Go.

htmltable enables structured data extraction from HTML tables and URLs and requires almost no external dependencies. Tested with Go 1.18.x and 1.19.x. Complex tables with row and col spans are natively supported as well.

serge1978 3 years ago

Nice idea, but where would you use it, though?

sbricks 3 years ago

so does this essentially allow querying pages for table data?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection