pdf_statement_reader icon indicating copy to clipboard operation
pdf_statement_reader copied to clipboard

Needs two date formats and reconcile one with the other

Open lalebarde opened this issue 1 year ago • 0 comments

My bank documents have two dates with different format, one for the date of operation, one for the effective account change. Plus the first one misses the year. Here is a snapshot:

image

So I need to be able to declare two different date formats and get the year when missing from the other date field, with some heuristic to get the appropriate year where the date are the closest (e.g 30/12 and 02/01/2023: the first one is 30/12/2022 and not 30/12/2023).

lalebarde avatar Sep 15 '23 10:09 lalebarde