Open SheetMetalConnect opened 1 month ago
Closing #661
Hey @SheetMetalConnect, thank you so much for your PR!
I've run the tests, but they seem to fail on older N26 files. It seems that the inflow/outflow amount is incorrectly parsed, and off by a factor of 10 or 100. Could you take a look at this and check if it can be fixed?
I'm looking forward to your reply!
Hey @SheetMetalConnect really appreciate the effort on trying to fix the issue! Do you have any ETA when you think it might get fixed?
Thanks for your work!
Added support for N26's 2024 CSV export format while ensuring compatibility with existing formats. Updated the parser to handle various transaction types including Credit Transfer, Debit Transfer, Presentment, and Reward.
Changes
n26.ts
N26Row
interface to include fields specific to the 2024 format.n26.spec.ts
Sample CSV
A sample file named
BusinessAccount_2024-08-01_2024-08-10.csv
has been added to the repository to demonstrate the new format and facilitate testing.