nifay.motec-parser.1.0.source-code.Main.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of motec-parser Show documentation
Show all versions of motec-parser Show documentation
Kotlin parser for Motec files
The newest version!
import java.io.File
fun main() {
val parser = MotecParser()
parser.parseFile("sample.ld")
val csv = File("Result.csv").outputStream().writeCsv(parser.channels)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy