osiegmar/FastCSV

How do I use multiple characters as field separators?

easylinked opened this issue · 0 comments

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