Is there a lib other than OpenCSV that people use ...
# announcements
n
Is there a lib other than OpenCSV that people use with Kotlin to read/write CSV files?
c
It’s not Kotlin, but Univocity-Parsers works pretty well https://github.com/uniVocity/univocity-parsers
f
There's also a Jackson module for CSV if you're already using Jackson : https://github.com/FasterXML/jackson-dataformats-text/tree/master/csv
g
We need kotlinx #serialization for CSV