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

camel-bindy - CSV unbinding does not escape embedded quote character

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.19.0
    • camel-bindy
    • None
    • Unknown

    Description

      If you have String field that contains the same character (String) as the quote character, and quoting is set to true, the embedded character should be escaped.

      val s:String = "\"foo\""

      Bindy will unmarshal to the CSV stream ""foo"","...","...","...",...
      it should be "\"foo\"","...","...","...",...

      Attachments

        Issue Links

          Activity

            People

              onders Onder Sezgin
              birchsport James Birchfield
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: