Thanks for a wonderful tool.
I was trying to make the command line tool work with the Canadian Credit Card Bank Statements (TD to be specific), but ran into some issues (because of the way the statements are structured) that I could not manage via the config.
I am listing the issues:
- Ability to skip pages from the statement for parsing (in the TDD CC Statement, the second page doesn't contain any transactions info and the tool was failing with error)
- Ability to determine if a data row is valid for consumption prior to passing it for further processing like date time conversion, currency conversion etc. In the extracted rows one entry in the PDF was generating two rows as the transaction description had a new line.
- Ability to inject year for the transaction date, the TD statement only provides month and day and not the year
Not sure if you have time to spare on this library.
Are you open for a discussion on if/how the above could be adapted without breaking/changing the existing tool much?
Thanks for a wonderful tool.
I was trying to make the command line tool work with the Canadian Credit Card Bank Statements (TD to be specific), but ran into some issues (because of the way the statements are structured) that I could not manage via the config.
I am listing the issues:
Not sure if you have time to spare on this library.
Are you open for a discussion on if/how the above could be adapted without breaking/changing the existing tool much?