Creates a CsvParser instance.
Creates a CsvParser instance.
determines which characters have special meanings
Change the type of key that this builder requires
Change the type of key that this builder requires
Change the type of value that this builder requires
Change the type of value that this builder requires
Decodes the input values to an object.
Decodes the input values to an object.
the type of object to create
the builder to use to construct the object
the serialized json object or array
the parsed object
Decodes the input values to an 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.
next