kotlin-csv icon indicating copy to clipboard operation
kotlin-csv copied to clipboard

Pure Kotlin CSV Reader/Writer

Results 26 kotlin-csv issues
Sort by recently updated
recently updated
newest added

## 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...

2.0

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 -...

2.0

Merged latest from updates from main