Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FixCSVFormatting ¶
FixCSVFormatting is needed as for some reason the online provided file has line breaks in seemingly random entries. Fortunately they only consist of newlines followed by semicolons, (Basically one CSV entry is split over 2 lines) thus is easily fixable.
func NewSemicolonReader ¶
NewSemicolonReader is a stdlib CSV reader, but with a semicolon as separator, as it's needed for the files we parse.
func Windows1252ToUTF8 ¶
Windows1252ToUTF8 The CSV is Windows1252 encoded, but we want UTF8 to work with strings and cache the data.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.