Hi

Can you point to where it creates HashMap, maybe we can change that to
LinkedHashMap.

On Wed, Mar 7, 2018 at 12:08 PM, Dennis Holunder <dennish...@gmail.com> wrote:
> Hello,
>
> I need a CSV record mapper which would use maps, but ordered ones,
> because I need the name of the first header field. Current
> implementation creates HashMaps, where the original order is lost.
>
> I tried to implement my own CsvRecordConverter to produce ordered map,
> but the interface is not public. This is not expected,
> CsvDataFormat.setRecordConverter has a public setter accepting this
> interface.
>
> Any workarounds?
>
> Den



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to