csvx

package
v1.0.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Convert

func Convert[T any](data []T, ignoreDoubleQuote ...bool) string

func FileHeaderReader

func FileHeaderReader(fileHeader *multipart.FileHeader) ([][]string, error)

func ManualConvert

func ManualConvert[T any](data []T, headers []string, onRecord func(data T) []string) string

func Parser

func Parser[T any](rows [][]string) []T

func ParserByReader

func ParserByReader[T any](ir *csv.Reader, delimiter ...rune) []T

func ParserFunc

func ParserFunc(excludeHeader bool, rows [][]string, onRecord func([]string) error) error

func ParserString

func ParserString[T any](rows [][]string) []T

func TryConvert

func TryConvert[T any](data []T, ignoreDoubleQuote ...bool) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL