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,
|
'skip_form': False,
|
||||||
'add_import_tag': True,
|
'add_import_tag': True,
|
||||||
'roles': [
|
'roles': [
|
||||||
|
'_ignore',
|
||||||
'date_transaction',
|
'date_transaction',
|
||||||
'date_process',
|
'date_process',
|
||||||
'description',
|
'description',
|
||||||
|
@ -478,7 +479,16 @@ class Chase:
|
||||||
'amount',
|
'amount',
|
||||||
'note',
|
'note',
|
||||||
],
|
],
|
||||||
'do_mapping': [False, False, False, True, False, False, False],
|
'do_mapping': [
|
||||||
|
False,
|
||||||
|
False,
|
||||||
|
False,
|
||||||
|
False,
|
||||||
|
False,
|
||||||
|
False,
|
||||||
|
False,
|
||||||
|
False,
|
||||||
|
],
|
||||||
'mapping': [],
|
'mapping': [],
|
||||||
'duplicate_detection_method': 'classic',
|
'duplicate_detection_method': 'classic',
|
||||||
'ignore_duplicate_lines': True,
|
'ignore_duplicate_lines': True,
|
||||||
|
|
Loading…
Reference in New Issue