I know not many people need this kind of tool, but...
# feed
l
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
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.