kotlin-csv
kotlin-csv copied to clipboard
Pure Kotlin CSV Reader/Writer
refs #149
## Timeline T.B.D. ## New Features T.B.D. ## Breaking Changes - [x] change namespace to `com.jsoizo` - [ ] #157 ## Language and Tools version - [x] KMP 2.1 #153...
Hi everyone, I wanted to use the library but I found that `writeAllAsString` function is missing in the JS library. I want to know if it is already there and...
Implemented #157, #133. Converted all java io usage to kotlinx-io and moved all code to commonMain, except tests that required reading files (additional tests may still be able to be...
Change around IO to use kotlinx-io for MultiPlatform support, and make file IO possible in Node.js and Native. - [ ] implement new FileWriter methods with kotlinx-io at common -...
Merged latest from updates from main