https://bugs.kde.org/show_bug.cgi?id=408284
--- Comment #5 from Stephane MANKOWSKI <steph...@mankowski.fr> --- (In reply to Syfer Polski from comment #3) > Would it be possible to add a manually selectable parser for the DD/MM/YYYY > format? HSBC's midata contains the date in this format and trying to import > it into Skrooge results in a "Date format not supported" error. > > I can provide an example file if that would help. The headers are present, > but don't specify the data formats, and the list of transactions is followed > by an empty line and an arranged overdraft: > > Date,Type,Merchant/Description,Debit/Credit,Balance > 28/08/2019,))),TESCO LONDON,-£2.00,+£998.75 > > Arranged overdraft limit,28/09/2019,+£0.00 Hi, I did a modification to support CSV file with footer. https://cgit.kde.org/skrooge.git/commit/?id=cb5bfce23fc18fcf767adba3219a591370b5ac7e Anyway, if you remove the line "Arranged overdraft limit,28/09/2019,+£0.00", import will work. -- You are receiving this mail because: You are watching all bug changes.