HsbcStatementParser
HsbcStatementParser copied to clipboard
Transforms PDF bank statements from HSBC into a list of operations in JSON or TSV format.
Results
1
HsbcStatementParser issues
Sort by
recently updated
recently updated
newest added
I've been trying to parse some of my statements from 2014 and i'm getting this error ``` TypeError: Cannot read property 'substr' of null at renderers.csv2 (/usr/local/lib/node_modules/hsbc-statement-parser/hsbcextr.js:25:33) ``` If I...