Categoria: file

  • Handling fixed-length files using a Kotlin DSL

    Handling fixed-length files using a Kotlin DSL

    TL;DR – Fixed Length files can be troublesome to handle, and even more troublesome when there are multiple kinds of records on the lines. To solve this, we’ll use Guiabolso’s fixed length file handler, a library designed just for this purpose. Hello Kotliners! In this article we will see a little bit on how to…