boursorama: parse categories and date
This commit is contained in:
parent
4f0e1bc456
commit
ee59891f62
2 changed files with 21 additions and 10 deletions
|
|
@ -40,7 +40,7 @@ class FrenchTransaction(Transaction):
|
|||
Clean a string containing an amount.
|
||||
"""
|
||||
return text.replace(' ', '').replace('.','') \
|
||||
.replace(',','.').strip(u' \t\u20ac\xa0€\n\r')
|
||||
.replace(',','.').strip(u' \t\u20ac\xa0\x80€\n\r')
|
||||
|
||||
def set_amount(self, credit='', debit=''):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue