Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FindPathVarReg = regexp.MustCompile(`//(row\[)?(\d+)(\])?/(col\[)?(\d+)(\])?`)
Functions ¶
func DefaultGetSepFunc ¶
func DefaultGetSepFunc() string
Types ¶
type Unmarshaler ¶
type Unmarshaler struct { base.DataLoader Encoding encoding.Encoding GetSepFunc func() string RowParseFunc func(string) []string }
ColCount不为0时,用于过滤长度不匹配的行
Click to show internal directories.
Click to hide internal directories.