package
0.64.11
Repository: https://github.com/grokify/mogo.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
MergeFilterCSVFiles can merge and filter multiple CSV files.
No description provided by the author
No description provided by the author
NewReaderFile will create a csv.Reader and optionally strip off the byte order mark (BOM) if requested.
NewWriter returns a Writer with the separator params set.
No description provided by the author
ParseOneColListToGrid parses a set of lines with one value per row.
No description provided by the author
No description provided by the author
ReadFileOneColListToGrid parses a file with one value per row.
No description provided by the author
WriteCSVFiltered filters an existing CSV and writes the matching lines to a *csv.Writer.
WriteFile writes a `[][]string` to a file.

# Structs

No description provided by the author
Writer is a struct for a CSV/TSV writer.