aniav/ynab-csv

Parse date formats if they don't fall into any of the YNAB supported formats

ariccb opened this issue · 1 comments

ariccb commented

My bank exports dates in the format 03 AUG 2023 with spaces, and your tool just removes the spaces, which YNAB can't read. Could you make the tool add / if it's just a space between?

aniav commented

Hey @ariccb the tool doesn't change the date format at all right now. I just tested with this example file:
other.csv
and got this file as a result:
ynab_data_20230806-2.csv.

YNAB does not support that format though. So I am marking your issue as an enhancement but I am not sure when I will have time to work on this and I am open to any improvements from other people.