Closed SanderBenschop closed 8 years ago
It appears that currently if writeBean is never called on the CsvClient, the header is not written to the CSV file either. Instead, an empty file is created. It would be nice to show the header in this csv file even if no other rows are created.
Now possible via csvClient.writeHeader();
It appears that currently if writeBean is never called on the CsvClient, the header is not written to the CSV file either. Instead, an empty file is created. It would be nice to show the header in this csv file even if no other rows are created.