Artemii Chugreev created CSV-228:
------------------------------------
Summary: CSVParser exctracts columns wrong in case of space before
quoted col name with comma
Key: CSV-228
URL: https://issues.apache.org/jira/browse/CSV-228
Project: Commons CSV
Issue Type: Bug
Components: Parser
Affects Versions: 1.4
Reporter: Artemii Chugreev
CSV header is something like
col name 1, "col name 2, with comma", col name 3
CSVParser#getHeadersMap returns 4 columns, because of space before second
column name which breaks quoting
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)