Jun 1
Add YYYYMMDD format on CSV/Excels imports
My bank export all transactions by default with this date format and, because it's not available on the importer.
I need to manually modify the CSV with something like `=DATE(LEFT(C6,4),MID(C6,5,2),RIGHT(C6,2))`.
Completed