Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleCSVParser ¶
type SimpleCSVParser struct { AddIDs bool SkipFirstRow bool *csv.Reader // contains filtered or unexported fields }
func NewSimpleCSVParser ¶
func NewSimpleCSVParser() *SimpleCSVParser
func (*SimpleCSVParser) Error ¶
func (p *SimpleCSVParser) Error() error
func (*SimpleCSVParser) ReadTransaction ¶
func (p *SimpleCSVParser) ReadTransaction() (*models.Transaction, error)
Click to show internal directories.
Click to hide internal directories.