Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
func (*Filter) UnmarshalFlag ¶
type Load ¶
type Load struct {
File string `short:"f" long:"file" description:"The Excel file to load." required:"true"`
Sheets []Sheet `short:"s" long:"sheet" description:"The sheet to load (format: <sheet>:<label>)." required:"true"`
Format string `` /* 163-byte string literal not displayed */
Columns []Mapping `short:"m" long:"mapping" description:"The columns mappings (format: <field>:<offset>)." required:"true"`
Filters []Filter `short:"x" long:"filter" description:"Only output records matching the filter (format: <field>:<value>)." optional:"true"`
}
type Mapping ¶
func (*Mapping) UnmarshalFlag ¶
Click to show internal directories.
Click to hide internal directories.