Documentation
¶
Index ¶
- func ConvertAnyToString(v any) string
- func ConvertCSVToJsonl(r io.ReadCloser, w io.Writer) error
- func ConvertJsonlToCsv(columns []string, r io.ReadCloser, w io.Writer) error
- func ConvertJsonlToCsvFixedColumns(r io.ReadCloser, w io.Writer) error
- func GetAllKeys(r io.ReadCloser, rowsLimit int) ([]string, error)
- func InitConvertCtoJ(r io.ReadCloser)
- func InitConvertJtoC(file string)
- func MultiReaders(files []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertAnyToString ¶
func ConvertCSVToJsonl ¶
func ConvertCSVToJsonl(r io.ReadCloser, w io.Writer) error
The reader should have header column
func ConvertJsonlToCsv ¶
These functions can be reusable outside of this package
func ConvertJsonlToCsvFixedColumns ¶ added in v1.1.1
func ConvertJsonlToCsvFixedColumns(r io.ReadCloser, w io.Writer) error
func GetAllKeys ¶
func GetAllKeys(r io.ReadCloser, rowsLimit int) ([]string, error)
func InitConvertCtoJ ¶
func InitConvertCtoJ(r io.ReadCloser)
func InitConvertJtoC ¶
func InitConvertJtoC(file string)
func MultiReaders ¶ added in v1.1.0
func MultiReaders(files []string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.