Are there any CSV parsing libraries on Kotlin Mult...
# multiplatform
a
Are there any CSV parsing libraries on Kotlin Multiplatform that support JVM, Android and Native ? The most popular one I've got into is Kotlin-CSV (https://github.com/doyaaaaaken/kotlin-csv) but it lacks Native support.
p
Perhaps asking adding support for it? If is pure kotlin then is a matter of adding a few lines to the gradle script
👍 1
a
There is actually an existing feature request ticket since 2019: https://github.com/doyaaaaaken/kotlin-csv/issues/15
😔 2
😥 1
h
You could try https://github.com/hfhbd/kotlinx-serialization-csv too, I have some free time next week so I am happy to fix any issues/open requests 🙂
👍 1
1
a
Thank you @hfhbd. Looks like you're supporting many different platforms. That's great!
h
Yes, but I don't support many features compared to kotlin-csv yet.