Documentation
¶
Index ¶
- func Convert[T any](data []T, ignoreDoubleQuote ...bool) string
- func FileHeaderReader(fileHeader *multipart.FileHeader) ([][]string, error)
- func ManualConvert[T any](data []T, headers []string, onRecord func(data T) []string) string
- func Parser[T any](rows [][]string) []T
- func ParserByReader[T any](ir *csv.Reader, delimiter ...rune) []T
- func ParserFunc(excludeHeader bool, rows [][]string, onRecord func([]string) error) error
- func ParserString[T any](rows [][]string) []T
- func TryConvert[T any](data []T, ignoreDoubleQuote ...bool) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileHeaderReader ¶
func FileHeaderReader(fileHeader *multipart.FileHeader) ([][]string, error)
func ManualConvert ¶
func ParserFunc ¶
func ParserString ¶
func TryConvert ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.