-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SWIFT headers #9
Comments
I want to report that ING in the Netherlands also has MT940 files with such SWIFT headers. |
Hi @FooBarWidget thanks for the report. good to know. |
MT940 looks like arcane magic to me so I don't know how to answer that question. :) I haven't been able to parse my files using any Ruby parser library so I've switched to using CAMT053 XML files. |
sorry to hear that. maybe we should just strip it by default as the headers are mostly not needed and just cause problems. parsing should work fine if you remove the header. But if you can use CAMT53 it is the better format to use anyway. |
could you provide a sample file of your format? |
I can't provide a full sample, but maybe it's helpful if I provide the beginning (with some info stripped out):
It seems the parser bailed out at the first line. |
great thanks! yes, the first 3 lines ({1: ...) are some header data the actual MT940 starts at :20: / after {:4 if you strip that header it should work. but as some banks have this header data the parser should support it. |
fixed by #13 |
included in new release 1.2.0 |
SWIFT headers like
{1:F01AXISINBBAXXXXXXXXXXXXX}{2:I940XXXXXXXXAXXXN}{4:
should be supported.see also issue #8
The text was updated successfully, but these errors were encountered: