You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Tom, I'm just now getting around to this, but it's hard to make any changes without a test case. If you can provide an MT103 message that doesn't parse correctly, I can use that as a starting point.
Hello Daniel,
I have some test files were the line feed is \r\n instead of \n. Even when the \r is removed the parsing does not work.
For example I modified:
r"(:20:(?P<transaction_reference>[^\s:]+)\s*)?"
to
r"(:20:(?P<transaction_reference>[^\s:]).)"
then it works fine
thanks for the work
Tom
The text was updated successfully, but these errors were encountered: