Update readme. Refactor toldg a little. Provide example files for testing by the user.
This commit is contained in:
17
example/configs/toldg.json
Normal file
17
example/configs/toldg.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"input_directory": "inputs",
|
||||
"output_directory": "processed",
|
||||
"mappings_directory": "mappings",
|
||||
"csv_configs": [
|
||||
{
|
||||
"account1": "assets:checking",
|
||||
"file_match_regex": ".*_checking\\.csv",
|
||||
"fields": [ "", "date", "description", "amount", "", "", "" ]
|
||||
},
|
||||
{
|
||||
"account1": "liabilities:credit",
|
||||
"file_match_regex": ".*_credit\\.csv",
|
||||
"fields": ["date", "", "description", "", "", "amount"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user