Writing at the end of a file via opencsv
I'm using opencsv and want to write a csv file through multiple seasons. However every time I start a new CSVWriter the old file gets erased. Can I somehow change the behavior of the CSVWriter to write at the end of the file instead of replacing the file? ...