package
1.8.0
Repository: https://github.com/lazybark/go-helpers.git
Documentation: pkg.go.dev

# Functions

ConvertCSVFiletoJSON takes a file with csv formatting and marshals into json byte array.
ConvertCSVFiletoMap takes a file with csv formatting and returns slice of map[string]string To convert only specific columns or in specific order, use a slice of column names as "cols".