ledgerpy/example/configs/toldg.json

18 lines
515 B
JSON

{
"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"]
}
]
}