Skip to content
Commit efe7d8aa authored by Simon Rochwerg's avatar Simon Rochwerg Committed by Romain Bignon
Browse files

[boursorama] changes pattern order to fix dates' wrong parsing in history labels

Exemple :
This transaction :
"Virement payement carte 20180417 phmc marcea VIR PAYEMENT CARTE 20180417 PHMC MARCEA"
We want it to be matched by this regex :
 "^(Virement .* )?VIR( SEPA)? (?P<text>.*)"
rather than this one :
"^(?P<text>.+)?((ACHAT|PAIEMENT)\s)?CARTE (?P<dd>\d{2})(?P<mm>\d{2})(?P<yy>\d{4}) (?P<text2>.*)"
parent e1cb9db9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment