Tool for making your CSV files ready to import into YNAB.
http://cjhowald.github.io/ynab-csv/
NOTE: currently works best in Chrome. See "Known Issues" below for more details.
Your data never leaves your computer. All the processing happens locally. This is part of the reason Firefox and Safari have issues saving the new file.
.part
extension and Safari save the file with the filename as Unknown
. You will probably need to rename these files before importing them into YNAB. For best support just use Chrome for now.If you have any other issues or suggestions, go to https://github.com/cjhowald/ynab-csv/issues and create an issue if one doesn't already exist. If the issue has to do with your csv file, please create a new gist (https://gist.github.com/) with the content of the CSV file and share the link in the issue. If you tweak the CSV file before sharing, just make sure whatever version you end up sharing still causes the problem you describe.
cd
into projectnpm install
# You will need to install node and npm if it is not alreadynpm start