[ENH] Support zip files.

This commit is contained in:
Ronald Portier (Therp BV)
2015-06-13 01:20:18 +02:00
committed by Fekete Mihai
parent 1d26126c18
commit 41d3b42e9c

View File

@@ -111,7 +111,7 @@ class MT940(object):
This in fact uses the ING syntax, override in others."""
self.mt940_type = 'General'
self.header_lines = 3 # Number of lines to skip
self.header_regex = '^0000 01INGBNL2AXXXX|^{1'
self.header_regex = '^0000 01INGBNL2AXXXX|^{1' # Start of header
self.footer_regex = '^-}$|^-XXX$' # Stop processing on seeing this
self.tag_regex = '^:[0-9]{2}[A-Z]*:' # Start of new tag
self.current_statement = None