moov-io / bai2

BAI2 file format is a cash management balance reporting standard
Apache License 2.0
15 stars 9 forks source link

fix: allow`/` in text fields for Transaction Detail (16) and Continuation Records (88) #116

Closed wokkaflokka closed 3 months ago

wokkaflokka commented 3 months ago

This change updates the reader and parser implementations to allow a / character in specific fields of a Transaction Detail and Continuation record.

This is a proposed solution for #113 and #114