Briefly document Fio loader.
This commit is contained in:
parent
fbfed59d81
commit
a170918fbf
1 changed files with 11 additions and 0 deletions
11
doc/bank.md
11
doc/bank.md
|
@ -82,3 +82,14 @@ Returns true if given combination of ```acc```/```bc``` is in
|
|||
|
||||
### Bank Fio
|
||||
|
||||
(import bank-fio)
|
||||
|
||||
This module implements parser/loader for Fio account statements in CSV
|
||||
format.
|
||||
|
||||
(bank-fio-parse fn)
|
||||
|
||||
* ```fn``` - path to given file with CSV export
|
||||
|
||||
Uses ```csv-parse``` from ```util-csv``` module and loads the contents
|
||||
into ```bank-account``` structure with list of ```bank-transaction```s.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue