You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Michael Genereux (Jira)" <ji...@apache.org> on 2021/06/19 00:00:04 UTC

[jira] [Created] (CAMEL-16736) Preserve CSV headers when collected during Unmarshalling to List

Michael Genereux created CAMEL-16736:
----------------------------------------

             Summary: Preserve CSV headers when collected during Unmarshalling to List
                 Key: CAMEL-16736
                 URL: https://issues.apache.org/jira/browse/CAMEL-16736
             Project: Camel
          Issue Type: Bug
          Components: camel-csv
    Affects Versions: 3.10.0
            Reporter: Michael Genereux


During the parsing of the CSV and `setHeader` is set to `new String[0]{}`, the headers are collected and beautifully validated.  These headers are then used in Map output but discarded on List output.  It would be nice to preserve that knowledge downstream in the Message header. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)