Results 177 comments of flywire

Read `MockTemplate.pdf` date with `"date_format": "%d/%m/%y"` but saved in csv file as "yyyy/mm/dd"

What do you think about changing JSON cleaning as follows? * `"drop": ["trans_type", "(^(?i)BALANCE.*(?i)FORWARD$)"]`

> config > [country code] > [bank] > [statement type].json Country code is irrelevant as bank format normally consistent across countries > explicit column names json file already uses field...

[CbaBankStatement.pdf](https://github.com/marlanperumal/pdf_statement_reader/files/6565881/Commonweath.Bank.Statement.pdf) fully supported on https://github.com/flywire/pdf_statement_reader/commits/cba with extended functionality. **CbaBankStatement.csv** ``` Date,Transaction,Debit,Credit,Balance 01/07/18,2018 Opening Balance,,,1384.89 01/07/18,Debit Interest Charged On This Account To June 30. 2018 Is $0.11,,, 02/07/18,Transfer To Another Bank...

Issue remains for misidentified data after end of transaction data as [previously described](https://github.com/marlanperumal/pdf_statement_reader/issues/30#issue-904762423). Suggest support dropping all records after user described string.

Citibank Loan: https://www.citibank.com.au/readmystatement/views/images/page1.jpg https://www.citibank.com.au/readmystatement/views/images/page2.jpg

Mock bank statement template set up in [LibreOffice](https://www.libreoffice.org/) Calc with Tools, Option, LibreOffice Calc, General, Measurement unit: point. Checked in [SumatraPDF](https://www.sumatrapdfreader.org/free-pdf-reader) using `m` to show cursor coordinates. ``` "layout": {...

json file comments allow new config to be setup quickly and easily in text editor. Draft config follows. Year is given as first word of first Transaction. **config\cba\saving.json** ```json {...

@buchen Your comments in the issue and thumbs up seem to indicate you are supportive of this draft pr. What would the implementation process and indicative timeframe be? I need...