kantan.csv
kantan.csv copied to clipboard
CsvOutput / CsvWriter can throw exceptions in case of IO errors
This will take some work to fix, but is probably not too difficult: all write operations simply need to return a WriteResult[CsvWriter]
rather than a plain CsvWriter
.