42BV / CSVeed

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

Bugfix/end of line multiple characters #71

Closed SanderBenschop closed 8 years ago

SanderBenschop commented 8 years ago

Now supporting multiple character line termination symbols when writing CSV files. Previously setting the endOfLine symbol to \r\n resulted in only \r termination symbols.