# Functions

MapCSVHeaders creates a map of headers[i] -> fields[i].
ParseKeyValuePairs will split each string in `pairs` on the `delimiter` into a key and value string that get added to a map and returned.
parseURI takes an absolute or relative uri and returns the parsed values.
ReadCSVRow reads a CSV row from the csv reader, returning the fields parsed from the line.
SplitString will split the input on the delimiter and return the resulting slice while respecting quotes.

# Constants

No description provided by the author
replace once conventions includes these.
No description provided by the author