| Change this parser so that it uses a new character for quoting.
The initial character is a double quote ("), the delimiter cannot be
changed to a comma or other character that has special meaning in CSV.
Parameters: newQuote - character to use for quoting. throws: BadQuoteException - if the character cannot be used as a quote. |