gerwin3 / revolut-to-mt940

Convert Revolut CSV-export to MT940-file that is compatible with SnelStart.
MIT License
44 stars 27 forks source link

Issues with header names and timestamp #4

Open Boogieguy4 opened 2 years ago

Boogieguy4 commented 2 years ago

Hi Gerwin, After some tinkering with the header line, I got it to accept the current headers of the csv. Problem I have right now is that it is expecting time format like this 19:00:0000:00:00. Its really confusing to me because the variabels in your script are %H:%M:%S and should be correct asking for the right time format like this 19:00:00 as is in the csv file. I'm using revolut business. Is there something I should change in the code or should I alter the excel export from Revolut before converting to a csv file. Revolut gives an option for me to either export as pdf or excel document but not directly to a csv file through the app atleast.

gerwin3 commented 2 years ago

The Revolut format seems to change every other day so I'd recommend altering the code to accept the new format!

Niek commented 1 year ago

Same here - right now they seem to have dropped the IBAN from the CSV format. I'm starting to think that an Business API -> MT940 connection would be better.

nick888888888 commented 11 months ago

Same issue for me. Why does Revolut make everything so difficult...

Thanks

abdel-ships-it commented 10 months ago

@Niek and @nick888888888 did you update the script to the new format? If so could you share updated scripts?

joelmeijering commented 10 months ago

@realappie https://github.com/gerwin3/revolut-to-mt940/pull/7