Documentation
¶
Overview ¶
Package csvkit provides CSV/XLSX/JSON conversion via csvkit or xlsx2csv.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct{}
Backend wraps csvkit (in2csv/csvjson) with xlsx2csv as fallback.
func (Backend) BinaryName ¶
func (Backend) Capabilities ¶
func (Backend) Capabilities() []backend.Capability
func (Backend) IsAvailable ¶ added in v0.1.1
IsAvailable returns true only for capabilities whose required binaries are installed. xlsx→csv accepts either in2csv or xlsx2csv; csv→json needs csvjson; xlsx→json needs both halves of the pipeline. This lets the router skip edges that would otherwise fail at exec time.
Click to show internal directories.
Click to hide internal directories.