Creates a CsvParser instance.
Creates a CsvParser instance.
the builder that this parser will use when constructing objects
determines which characters have special meanings
Decodes the input values to an object.
Decodes the input values to an object.
the serialized json object or array
the parsed object
Decodes the input values to an object.
Decodes the input values to an object.
the serialized json object or array
the parsed object
A streaming decoder for csv data.
This parser is lenient, in that it ignores trailing delimiters
A CSV file is always two levels deep - a two dimensional array.
Primitive types