kedder / ofxstatement

Tool to convert proprietary bank statement to OFX format, suitable for importing to GnuCash or other personal finance applications.
GNU General Public License v3.0
277 stars 61 forks source link

Show number of lines converted #236

Closed rkok closed 1 year ago

rkok commented 1 year ago

Thought it would be useful to have the tool show the number of converted lines; the Transferwise plugin for one does not output a warning when the currency does not match that of the input CSV.

Example output with this patch:

INFO: Conversion completed: (123 lines) /path/to/input.csv
rkok commented 1 year ago

Thanks, could you run black on the sources (make black)

No problem. Done!

coveralls commented 1 year ago

Coverage Status

coverage: 95.498% (+0.01%) from 95.487% when pulling f586f05c73a782e52f2928e71acc1470e5da995f on rkok:feature/show-lines-out into 9f38a90cb029acf1fef789b658f2010db67606d0 on kedder:master.

kedder commented 1 year ago

Just released ofxstatement-0.9.0 with your recent changes