vtainio / Nordea-to-YNAB

Import transactions from Nordea to YNAB
MIT License
7 stars 1 forks source link

No information gets uploaded when exporting from Danish Nordea #5

Open KPLauritzen opened 7 years ago

KPLauritzen commented 7 years ago

I think an example csv file exported from Finnish Nordea would be good. I can upload one from my Danish account. They must be formatted differently.

Maybe we can write a test that processes a csv with transactions. I would like to see how the expected output looks.

KPLauritzen commented 7 years ago

Here is an example of the export from my bank. I edited some personal details away.

The columns are "Registred date; Text; Interest Date; Amount transfered; Current balance"

https://pastebin.com/cau8Rzh3

vtainio commented 7 years ago

Thanks for the info! It indeed seems to be formatted differently.

I'll provide an example of the Finnish version and write a simple test for it.

vtainio commented 7 years ago

@KPLauritzen I added a sample of the Finnish export if you want to have a look at it. I'll later include the Danish example you provided and start modifying the application to work with it.

KPLauritzen commented 7 years ago

Cool, thanks. I'll have a look at it.

How are you planning on handling the different formats? I guess a --fi or --da flag at runtime would work?

vtainio commented 7 years ago

Yeah that was my plan.