Returns the current column value for a given column index.
Returns the current column value for a given column header name.
Gets the count of columns found in this record.
Gets the character being used as a comment signal.
Gets the index of the current record.
Gets the character being used as the column delimiter.
Gets the character being used as the column delimiter.
Gets the current way to escape an occurance of the text qualifier inside
qualified data.
Whether fields will be surrounded by the text qualifier even if the
qualifier is not necessarily needed to escape this field.
Returns the column header value for a given column index.
Gets the count of headers read in by a previous call to
readHeaders()
.
Returns the header values as a string array.
Gets the corresponding column index for a given column header name.
Safety caution to prevent the parser from using large amounts of memory
in the case where parsing settings like file encodings don't end up
matching the actual format of a file.
Gets the character to use as a text qualifier in the data.
Gets the character to use as a text qualifier in the data.
Gets whether leading and trailing whitespace characters are being trimmed
from non-textqualified column data.
Gets whether comments are being looked for while parsing or not.
Whether text qualifiers will be used while parsing or not.
Whether text qualifiers will be used while writing data or not.