Documentation: How do I get <LEDGERBAL> in ofx file?
SebastiaanSchmit23 opened this issue · 2 comments
SebastiaanSchmit23 commented
If i want a LEDGERBAL in my footer how would I get this? In CLI we can do a test file csv2ofx -m capitalone capitalone.csv cap.ofx
. In the code I can see that some split is needed, so I assumed -S as it would be in the documentation listed on github but it is not present when doing csv2ofx -h
.
reubano commented
The mapping file needs a balance
entry
csv2ofx/csv2ofx/mappings/custom.py
Lines 5 to 23 in 0cf9432
The capitalone mapping is missing this.
reubano commented
Feel to submit a PR updating the mapping