Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-12676

Strange results w/ Bindy (header, list, footer)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Invalid
    • 2.22.0
    • None
    • camel-bindy
    • None
    • Unknown

    Description

      Hello!

      I was trying to marshal a CSV file with following format:

      HeaderColumn:headerColumn:headerColumn
      BodyColumn;BodyColumn;BodyColumn;BodyColumn;BodyColumn
      BodyColumn;BodyColumn;BodyColumn;BodyColumn;BodyColumn
      FooterColumn;FooterColumn
      [etc]

      where Body can be 1 or two lines.

      I created a CsvEntryHeader, CsvEntryFooter, CsvEntryBody file and a CsvPackage which shall hold them all together. But I am getting strange results as soon as I add a CsvEntryBody.

      Most likely because all of them have different count of columns.

      I expect it to be:
      HEADER;agency1;00.01;1
      BODY
      FOOTER;agency1;;1

      but it actually is
      HEADER;agency1;00.01;1
      BODY;agency1;;1
      FOOTER;agency1;00.01;1

      Test-Case:
       https://github.com/c9pr3/bindy-bug-test

      Attachments

        Activity

          People

            acosentino Andrea Cosentino
            Diceme7 Christian Scharmach
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: