42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility
Apache License 2.0
100 stars 22 forks source link

Write header on empty csv #66

Closed SanderBenschop closed 8 years ago

SanderBenschop commented 9 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.

SanderBenschop commented 8 years ago

Now possible via csvClient.writeHeader();