[
https://issues.apache.org/jira/browse/CSV-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benedikt Ritter closed CSV-106.
-------------------------------
> CSVFormat.format allways append null
> ------------------------------------
>
> Key: CSV-106
> URL: https://issues.apache.org/jira/browse/CSV-106
> Project: Commons CSV
> Issue Type: Bug
> Components: Parser
> Affects Versions: 1.x
> Reporter: Georg Lodde
> Assignee: Gary Gregory
> Fix For: 1.0
>
>
> When I now call
> CSVFormat.newFormat(';').withSkipHeaderRecord(true).withHeader("H1","H2").format("A","B")
> I get the output A;Bnull
> The expected output would be
> A;B
--
This message was sent by Atlassian JIRA
(v6.2#6252)