Re: Misleading error message when QuoteMode set to None

2023-09-06 Thread Buddhi De Silva
Apologies for missing the component name on the Subject line. This is for the [CSV] component. On Thu, 7 Sept 2023 at 09:26, Buddhi De Silva wrote: > Hello Commons-Devs, > > Related Jira issue: https://issues.apache.org/jira/browse/CSV-310 > > Scenario: > When we try to print CSV content using t

Misleading error message when QuoteMode set to None

2023-09-06 Thread Buddhi De Silva
Hello Commons-Devs, Related Jira issue: https://issues.apache.org/jira/browse/CSV-310 Scenario: When we try to print CSV content using the CSVFormat and CSVPrinter, we can get it done with the following sample code. public void testHappyPath() throws IOException { CSVFormat csvFormat = CSVFo