https://kotlinlang.org logo
#feed
Title
# feed
l

LeoColman

12/09/2019, 11:27 PM
I know not many people need this kind of tool, but... We just released a new version of Fixed Length File Parser! 😄 🎉 https://github.com/GuiaBolso/fixed-length-file-handler/releases/tag/0.3.0
👍🏻 6
b

bodiam

12/13/2019, 5:50 AM
Seriously, that's cool. I just built something similar yesterday!
(though mine works with an intermediate json format, but syntax wise, it's pretty similar)
ps: in your example on github, it might make sense to use
.use
, which will automatically close the input stream.
2 Views