kotlinx-serialization-csv icon indicating copy to clipboard operation
kotlinx-serialization-csv copied to clipboard

CSV and FixedLength Formats for kotlinx-serialization

kotlinx-serialization-csv-flf

Serialize and deserialize ordered CSV and Fixed Length Format Files with kotlinx-serialization.

Install

This package is uploaded to MavenCentral and supports JVM, JS(IR) and all native targets as well.

repositories {
    mavenCentral()
}

dependencies {
    implementation("app.softwork:kotlinx-serialization-csv:LATEST")
    implementation("app.softwork:kotlinx-serialization-flf:LATEST")
}

License

Apache 2