Skip to content

Automatic conversion of various banking CSV export formats into YNAB CSV (limited functionality)

License

Notifications You must be signed in to change notification settings

d-led/auto-ynab-csv

Repository files navigation

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

About

Automatic conversion of various banking CSV export formats into YNAB CSV (limited functionality)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published