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")
}
Content copied to clipboard
License
Apache 2
All modules:
Link copied to clipboard
This module contains the CSV-Format.
Link copied to clipboard
This module contains the Fixed LengthFile Format.