package
Version:
v0.0.0-...-03ea1a5
Opens a new window with list of versions in this module.
Published: Mar 9, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
WriteAllJSON writes multiple table results as an indented JSON array.
WriteCSV writes the extraction result as CSV with a header row.
WriteJSON writes the extraction result as indented JSON.
WriteParquet is a stub — parquet output is not yet implemented.
type TableResult struct {
Name string `json:"name"`
Context string `json:"context,omitempty"`
Records []extract.Record `json:"records"`
}
TableResult holds extracted data for one table, used by WriteAllJSON.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.