Apache Camel - Bindy - CSV - Producer - Finishing each line with the separator

273 Views Asked by At

I would like, while producing CSV files with bindy, to finish each line with the separator. My first thought was to search for a configuration annotation, which I could not find.

At the moment I am using a workaround, which consists of having a dummy-last-attribute in the CsvRecord-class.

Is there a more elegant way of doing that?

Thanks + regards.

0

There are 0 best solutions below