leolabs / you-need-a-parser

Convert CSV files to a format that can be imported in YNAB
https://ynap.leolabs.org
MIT License
33 stars 12 forks source link

N26 CSV format changed #661

Open ro0mquy opened 2 months ago

ro0mquy commented 2 months ago

N26 seems to have changed their .csv format. I used the converter successfully in the past. The csv I exported from their website today has a different format though. The content and file naming scheme is both different. Here's a sample for my account "Main Account". Can you update the N26 parser?

MainAccount_2024-08-01_2024-09-07.csv

"Booking Date","Value Date","Partner Name","Partner Iban",Type,"Payment Reference","Account Name","Amount (EUR)","Original Amount","Original Currency","Exchange Rate"
2024-08-01,2024-08-01,theName,DE49100000000000000000,"Debit Transfer","Rent payment","Main Account",-519.20,,,
2024-08-04,2024-08-03,"A company",,Presentment,,"Main Account",-324.83,350,USD,0.9280857143

Thank you for this cool project.

Saandji commented 2 months ago

Having the same issue this week

logeyG commented 2 months ago

Also having the same issue, which is very annoying (not that it doesn't work with You Need A Parser, but rather the fact they changed it!). And also again - thank you for the very cool and useful project! 🙏

SheetMetalConnect commented 1 month ago

I created a PR with some changes. I think should work, but haven't fully tested it yet at #662

Saandji commented 2 days ago

any updates on this one?