-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_rules.json
71 lines (71 loc) · 1.65 KB
/
example_rules.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
63
64
65
66
67
68
69
70
71
{
"version": 3,
"source": "ff3-importer-1.5.4",
"created_at": "2024-08-28T18:28:19-04:00",
"date": "Y-m-d",
"default_account": 10,
"delimiter": "comma",
"headers": true,
"rules": true,
"skip_form": true,
"add_import_tag": true,
"roles": [
"account-number",
"_ignore",
"_ignore",
"_ignore",
"external-id",
"date_transaction",
"date_process",
"amount",
"description",
"opposing-name",
"note"
],
"do_mapping": [
true,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false
],
"mapping": {
"0": {
"ACT-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX": 3,
"ACT-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX": 4,
"ACT-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX": 5
},
"3": {
"Checking Account": 3,
"Credit Card": 4,
"Savings Account": 5
}
},
"duplicate_detection_method": "cell",
"ignore_duplicate_lines": true,
"unique_column_index": 4,
"unique_column_type": "external-id",
"flow": "file",
"identifier": "0",
"connection": "0",
"ignore_spectre_categories": false,
"map_all_data": true,
"accounts": [],
"date_range": "",
"date_range_number": 30,
"date_range_unit": "d",
"date_not_before": "",
"date_not_after": "",
"nordigen_country": "",
"nordigen_bank": "",
"nordigen_requisitions": [],
"nordigen_max_days": "90",
"conversion": true,
"ignore_duplicate_transactions": false
}