gerwin3 / revolut-to-mt940

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

Adjusted EXPECT_HEADERS to match with updated Revolut Business CSV ex… #7

Closed joelmeijering closed 10 months ago

joelmeijering commented 10 months ago

Adjusted EXPECT_HEADERS to match with updated Revolut Business CSV export headers as of Jan 10 2024. NOTE: If there are differences between Revolut regular and Business, then ideally a flag would be added so that the desired CSV column format can be chosen when importing transactions. Adjusted value list in _parse_transaction to adapt to the new column list. This change is confirmed to work in SnelStart Web. At least date, description and amount is imported. Not sure how it would handle USD/GBP. Only tested with EUR.

Niek commented 10 months ago

Thanks!

Fixes #4