# 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".