Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ( DefaultConfig = SQImportConfig{ Header: true, TrimSpace: true, LazyQuotes: true, } )
Functions ¶
This section is empty.
Types ¶
type Importer ¶
func DefaultImporter ¶
Create an importer with default configuation
func NewImporter ¶
Create a new importer with a database writer
func (*Importer) NewCSVDecoder ¶
NewCSVDecoder returns a CSV decoder setting options
type SQLWriter ¶
type WriterFunc ¶
type WriterFunc func(row []interface{}) error
     Click to show internal directories. 
   Click to hide internal directories.