Versions in this module Expand all Collapse all v0 v0.7.0 Feb 18, 2023 v0.6.0 Nov 29, 2022 Changes in this version + func DefaultParser(t T) string + func JsonParser(dt []byte) string + func ParseBool(xs []bool, nsp *nulls.Nulls, rs []string) ([]string, error) + func ParseFloats(xs []T, nsp *nulls.Nulls, rs []string, bitsSize int) ([]string, error) + func ParseQuoted(xs []T, nsp *nulls.Nulls, rs []string, fn func(dt T) string) ([]string, error) + func ParseSigned(xs []T, nsp *nulls.Nulls, rs []string) ([]string, error) + func ParseTimeStamp(xs []types.Timestamp, nsp *nulls.Nulls, rs []string, loc *time.Location, ...) ([]string, error) + func ParseUnsigned(xs []T, nsp *nulls.Nulls, rs []string) ([]string, error) + func ParseUuid(xs []types.Uuid, nsp *nulls.Nulls, rs []string) ([]string, error)