jwoertink / nacha

A Crystal shard for parsing and generating Nacha (ACH) files
MIT License
4 stars 0 forks source link

Parsing breaks if the document ends in a newline #7

Closed jwoertink closed 1 year ago

jwoertink commented 1 year ago
file = File.read("sample.ach")

pp file

image