-
-
Notifications
You must be signed in to change notification settings - Fork 149
/
Copy pathdefault.json
62 lines (62 loc) · 1.36 KB
/
default.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
59
60
61
62
{
"version": 3,
"source": "fidi-0.9.0",
"created_at": "2022-02-20T07:44:50+01:00",
"date": "Ymd",
"default_account": 0,
"delimiter": "semicolon",
"headers": false,
"rules": true,
"skip_form": false,
"add_import_tag": true,
"roles": [
"account-iban",
"_ignore",
"amount",
"currency-code",
"date_transaction",
"date_invoice",
"_ignore",
"opposing-iban",
"opposing-name",
"description",
"_ignore",
"_ignore",
"note",
"_ignore"
],
"do_mapping": [
true,
false,
true,
true,
true,
true,
false,
false,
false,
false,
false
],
"mapping": [],
"duplicate_detection_method": "classic",
"ignore_duplicate_lines": true,
"ignore_duplicate_transactions": true,
"unique_column_index": 0,
"unique_column_type": "internal_reference",
"flow": "csv",
"identifier": "0",
"connection": "0",
"ignore_spectre_categories": false,
"map_all_data": false,
"accounts": [],
"date_range": "all",
"date_range_number": 30,
"date_range_unit": "d",
"date_not_before": "",
"date_not_after": "",
"nordigen_country": "",
"nordigen_bank": "",
"nordigen_requisitions": [],
"conversion": false
}