aniav / ynab-csv

Tool for making your CSV files ready to import into YNAB
https://aniav.github.io/ynab-csv/
MIT License
164 stars 84 forks source link

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

Open ariccb opened 1 year ago

ariccb commented 1 year ago

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 1 year ago

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.