# Functions
No description provided by the author
GetCol is delegated to filter a given column from the csvData.
GetCSVDataType is delegated to retrieve the data type for every field of the CSV Return: headers, csv data, data type, error.
ReadCSV is delegated to read into a CSV the content of the bytes in input []string -> Headers of the CSV [][]string -> Content of the CSV.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FIXME: Migrate the module to map[headers][]row.