railslove / cmxl

your friendly MT940 SWIFT file parser for bank statements
http://railslove.com
MIT License
46 stars 25 forks source link

Update transaction.rb #21

Closed krzcho closed 5 years ago

krzcho commented 6 years ago

fixes https://github.com/railslove/cmxl/issues/20

bumi commented 6 years ago

I need to wrap my head around the regex to read it. but we should use both // as separators (not only /) and we should add a test that it parses your document.

krzcho commented 6 years ago

hmm but I have not changed the separator just made sure that separator is not caught as part of a reference

Uepsilon commented 5 years ago

fixed by #22