mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-16 09:51:16 +00:00
More code for new importer
This commit is contained in:
@@ -100,63 +100,40 @@
|
||||
"has-headers": false,
|
||||
"date-format": "Ymd",
|
||||
"delimiter": ",",
|
||||
"import-account": 0,
|
||||
"import-account": 1,
|
||||
"specifics": {
|
||||
"RabobankDescription": 1,
|
||||
"AbnAmroDescription": 1
|
||||
"RabobankDescription": 1
|
||||
},
|
||||
"column-count": 30,
|
||||
"column-count": 19,
|
||||
"column-roles": [
|
||||
"amount",
|
||||
"account-id",
|
||||
"account-iban",
|
||||
"account-name",
|
||||
"opposing-number",
|
||||
"bill-id",
|
||||
"bill-name",
|
||||
"budget-id",
|
||||
"budget-name",
|
||||
"category-id",
|
||||
"category-name",
|
||||
"currency-code",
|
||||
"currency-id",
|
||||
"currency-symbol",
|
||||
"currency-name",
|
||||
"date-transaction",
|
||||
"date-interest",
|
||||
"rabo-debet-credit",
|
||||
"amount",
|
||||
"opposing-iban",
|
||||
"opposing-name",
|
||||
"date-book",
|
||||
"description",
|
||||
"_ignore",
|
||||
"ing-debet-credit",
|
||||
"opposing-iban",
|
||||
"opposing-id",
|
||||
"opposing-name",
|
||||
"opposing-number",
|
||||
"rabo-debet-credit",
|
||||
"tags-comma",
|
||||
"tags-space",
|
||||
"date-interest",
|
||||
"date-book",
|
||||
"date-process",
|
||||
"external-id"
|
||||
"description",
|
||||
"description",
|
||||
"description",
|
||||
"description",
|
||||
"description",
|
||||
"description",
|
||||
"sepa-ct-id",
|
||||
"sepa-ct-op",
|
||||
"sepa-db"
|
||||
],
|
||||
"column-do-mapping": [
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
@@ -171,7 +148,14 @@
|
||||
false
|
||||
],
|
||||
"column-roles-complete": false,
|
||||
"column-mapping-config": {},
|
||||
"column-mapping-config": {
|
||||
"0": [],
|
||||
"1": {
|
||||
"EUR": 1
|
||||
},
|
||||
"5": [],
|
||||
"6": []
|
||||
},
|
||||
"column-mapping-complete": false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user