https://bugs.kde.org/show_bug.cgi?id=408284
--- Comment #4 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 Skrooge ties to automatically find the date format by analyzing the different dates. The problem is that the last line "Arranged overdraft limit,28/09/2019,+£0.00" is analyzed too and Skrooge doesn't find a date in "Arranged overdraft limit". Could you try to remove this line and import again? -- You are receiving this mail because: You are watching all bug changes.