chase: Update CSV mapping
Chase added a new "Card" field to the beginning of each record in their CSV exports.
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user