https://bugs.kde.org/show_bug.cgi?id=313237

--- Comment #7 from Christian David <christian-da...@web.de> ---
Hi, with that patch the regular expression

^(?:Ueberweisung|SEPA-Ueberweisung|Dauerauftrag) an[^\n]*\n([^\n]+)\n

is able to extract the payee in a few cases (transfers initiated by you, as you
can read from the expression). Unforunatly more is not possible for accounts at
Deutsche Bank as all other transactions do not follow a rule a program could
use to extract the payee.

The transfer descibed in aqbank.txt is a debit note (Lastschrift) the described
problem prevents automatical detection here.

For memo you should use (.*) (with brackets!) as regexp, then the memo stays
unchanged compared to earlier imports in all cases. The patch as well as the
regexp are tested.

By the way: I can confim this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to