No suitable setter for property, dataformat.csv

2021-09-19 Thread Mikael Andersson Wigander
HI I'm converting a route from Camel 2.25.0 Spring Boot to latest Quarkus. The route parses a CSV file, splits it and use either headers if exist or creates headers if not, sends it to a bean for further processing ending up as amessage in a JMS. This was working fine but now when I run it in Q

Re: No suitable setter for property, dataformat.csv

2021-09-19 Thread Claus Ibsen
Hi > in.setHeader("ColumnNames", new ArrayList<>(headers)); Store that header as a single string with comma separated values, On Sun, Sep 19, 2021 at 5:37 PM Mikael Andersson Wigander wrote: > > HI > > I'm converting a route from Camel 2.25.0 Spring Boot to latest Quarkus. > The route parses a