aniav / ynab-csv

Tool for making your CSV files ready to import into YNAB
https://aniav.github.io/ynab-csv/
MIT License
162 stars 85 forks source link

YNAB CSV Import Format #14

Closed lenkadv closed 5 years ago

lenkadv commented 5 years ago

The YNAB CSV import format changed for me today. This has been reported before here https://github.com/aniav/ynab-csv/issues/12 It seemed not everybody was affected at that time (I wasn't) and the issue was closed. I now experience exactly what benjspriggs described. Maybe YNAB rolled it out gradually? I wonder what the status is now because correcting the csv headings manually is cumbersome and I'd love to use the tool directly.

aniav commented 5 years ago

@lenkadv is this about the web app? Can you provide a screenshot maybe?

lenkadv commented 5 years ago

@aniav It's exactly as benjspriggs described here: https://github.com/aniav/ynab-csv/issues/12

The format for the importing CSV has changed:

Date, Payee, Memo, Inflow, Outflow to:

Date, Payee, Memo, Amount

The tool works fine, but YNAB doesn't accept the CSV and I get this message:

image

I have to change the headings manually and then it works okay.

aniav commented 5 years ago

@lenkadv I have just added the possibility to change the column format, can you check if it works? It should also save the selected column format in localStorage so it's always the last one you used 🌟

lenkadv commented 5 years ago

@aniav Works perfectly! Thanks a lot!

aniav commented 5 years ago