chase: Update CSV mapping
Chase added a new "Card" field to the beginning of each record in their CSV exports.master
parent
5ea5d09b30
commit
45b9e64ec1
12
xactfetch.py
12
xactfetch.py
|
@ -470,6 +470,7 @@ class Chase:
|
|||
'skip_form': False,
|
||||
'add_import_tag': True,
|
||||
'roles': [
|
||||
'_ignore',
|
||||
'date_transaction',
|
||||
'date_process',
|
||||
'description',
|
||||
|
@ -478,7 +479,16 @@ class Chase:
|
|||
'amount',
|
||||
'note',
|
||||
],
|
||||
'do_mapping': [False, False, False, True, False, False, False],
|
||||
'do_mapping': [
|
||||
False,
|
||||
False,
|
||||
False,
|
||||
False,
|
||||
False,
|
||||
False,
|
||||
False,
|
||||
False,
|
||||
],
|
||||
'mapping': [],
|
||||
'duplicate_detection_method': 'classic',
|
||||
'ignore_duplicate_lines': True,
|
||||
|
|
Loading…
Reference in New Issue