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.