forked from firefly-iii/import-configurations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
asnbank.json
58 lines (58 loc) · 1.07 KB
/
asnbank.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"date": "d-m-Y",
"default_account": 1,
"delimiter": "comma",
"headers": false,
"ignore_duplicate_lines": true,
"ignore_duplicate_transactions": true,
"rules": true,
"skip_form": false,
"add_import_tag": true,
"specifics": [
"SnsDescription"
],
"roles": [
"date_transaction",
"account-iban",
"opposing-iban",
"opposing-name",
"_ignore",
"_ignore",
"_ignore",
"_ignore",
"_ignore",
"currency-code",
"amount",
"date_process",
"date_interest",
"_ignore",
"tags-comma",
"internal_reference",
"external-id",
"description",
"_ignore"
],
"do_mapping": [
false,
false,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"mapping": [],
"version": 2
}