Documentation
¶
Overview ¶
htmltable enables structured data extraction from HTML tables and URLs
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger func(_ context.Context, msg string, fields ...any)
Logger is a very simplistic structured logger, than should be overriden by integrations.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct {
Data [][]string
}
Table contains the 2D slice of string data parsed from html.
Each string value is stripped of whitespace.
func NewFromString ¶
NewFromString is same as New(ctx.Context, io.Reader), but from string
Click to show internal directories.
Click to hide internal directories.