CSVParser.java | Class | Read files in comma separated value format.
CSV is a file format used as a portable representation of a database.
Each line is one entry or record and the fields in a record are separated by commas.
Commas may be preceded or followed by arbitrary space and/or tab characters which are
ignored.
If field includes a comma or a new line, the whole field must be surrounded with double quotes.
When the field is in quotes, any quote literals must be escaped by \" Backslash
literals must be escaped by \\. Otherwise a backslash and the character following
will be treated as the following character, IE. |