← Back to team overview

banking-addons-team team mailing list archive

Re: [Merge] lp:~endiansolutions/banking-addons/ab61-nl_rabo into lp:banking-addons

 

Stefan, The remark of the deleveoper.

l.350..356: according to our file spec "Format description RCM 6_tcm43-143627.pdf" page 38 statement ":61" has fixed length fields so Regexp looks correct, later we strip(remove all whitespaces) these fields in code:

396	+        needstrip = set(["transref", "accnum", "statementnr", "custrefno",
397	+            "bankref", "furtherinfo", "infoline1", "infoline2",
"infoline3",
398	+            "infoline4", "infoline5", "startingbalance", "endingbalance"])
399	+        for field in matchkeys & needstrip:
400	+            matchdict[field] = matchdict[field].strip()

l.387 I will delete that line on next commit, if you satisfied with previous reaction.
-- 
https://code.launchpad.net/~endiansolutions/banking-addons/ab61-nl_rabo/+merge/141149
Your team Banking Addons Team is subscribed to branch lp:banking-addons.


References