A single character that represents the escape character for this parser
A single character that represents a field delimeter for this parser
Returns true if there are more rows. Prepares [[row]] to contain data for the next row.
Returns the row in the file as an array of strings. Used in a while loop with [[next]]
A single character that represents a text delimeter for this parser
Copy the input to an array of objects where the keys of the object come from the first row.
See [[B.csv]]