osiegmar / FastCSV

CSV library for Java that is fast, RFC-compliant and dependency-free.
https://fastcsv.org/
MIT License
542 stars 93 forks source link

How do I use multiple characters as field separators? #76

Closed easylinked closed 1 year ago

easylinked commented 1 year ago

In the source code, CsvReader and CsvWriter, the CsvWriterBuilder class fieldSeparator field is of type char. How can I use Tab and custom multi-characters as field separators? image