Uploaded image for project: 'Commons CSV'
  1. Commons CSV
  2. CSV-106

CSVFormat.format allways append null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.x
    • 1.0
    • Parser
    • None

    Description

      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

      Attachments

        Activity

          People

            ggregory Gary D. Gregory
            dathyrius Georg Lodde
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: