Open Boogieguy4 opened 2 years ago
The Revolut format seems to change every other day so I'd recommend altering the code to accept the new format!
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.
Same issue for me. Why does Revolut make everything so difficult...
Thanks
@Niek and @nick888888888 did you update the script to the new format? If so could you share updated scripts?
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.