Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.86 KB

README.md

File metadata and controls

70 lines (45 loc) · 1.86 KB

auto-ynab-csv

limited-use perpetual WIP automatic converter to YNAB CSV

Why?

  • Account sync doesn't work for certain banks in YNAB.
  • Some export formats require manual corrections even with available semi-automatic tools.
  • Choosing the format manually should not be necessary.

Usage

auto-ynab-csv {exported.csv} > {converted.csv}

replacing the placeholders accordingly.

Alternatively, let the app create a file next to the original one:

auto-ynab-csv convert --input {exported.csv}

GUI Usage

Drop the exported CSV files onto the app window. The converted files will be put next to the dropped files.

desktop app

Installation

Download a Release

  • pick a release.
  • download the desired artifact && unpack.
  • On OSX you might need to run sudo xattr -d com.apple.quarantine auto-ynab-csv on the downloaded binary.

Build Yourself

./scripts/build.sh

See the output for the binary location.

To build a Mac App bundle:

./scripts/build-app.sh

Currently Supported Export Formats

Alternatives

  • github.com/aniav/ynab-csv - manual number format conversion necessary afterwards, manual clean-up of CSV of summary lines that don't conform to the format

Structure