ynab-csv
ynab-csv copied to clipboard
Support different date formats
Currently it seems like only US-style formatting of dates are supported. E.g. mm-dd-yyyy.
Should be an option to specify date-format.
+1
Indeed best+easiest to allow configuring the date-format.
Alternatively one could code some intelligent parsing, that could even detect if a number of entries have rather mm/dd/yyyy or dd/mm/yyyy.
I'ld already be happy if the standard westeuropean (german) format would work, and would be easy to detect with a list of configurable regex'es:
german format: dd.mm.yyyy