Loads RFC 4180 compliant CSV into a data reader object.
How to use:
Create an instance of the Cogs.Lib.Csv.Reader class and load the raw CSV using either LoadFile(), LoadStream() or LoadString(), see Test methods for examples.
Use the .Next() method to load each record.