Versions in this module Expand all Collapse all v0 v0.3.2 Apr 11, 2022 Changes in this version + func Import(name, path string, opt ...Option) (*datatable.DataTable, error) + type Option func(*Options) + func AcceptDate(v string) Option + func ColumnNames(v ...string) Option + func ColumnTypes(v ...datatable.ColumnType) Option + func Comma(v rune) Option + func Comment(v rune) Option + func HasHeader(v bool) Option + func IgnoreLineWithError(v bool) Option + func LazyQuotes(v bool) Option + func TrimLeadingSpace(v bool) Option + type Options struct + ColumnNames []string + ColumnTypes []datatable.ColumnType + Comma rune + Comment rune + DateFormats []string + HasHeaders bool + IgnoreIfReadLineError bool + LazyQuotes bool + TrimLeadingSpace bool