limited-use perpetual WIP automatic converter to YNAB CSV
- 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.
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}Drop the exported CSV files onto the app window. The converted files will be put next to the dropped files.
- pick a release.
- download the desired artifact && unpack.
- On OSX you might need to run
sudo xattr -d com.apple.quarantine auto-ynab-csvon the downloaded binary.
./scripts/build.shSee the output for the binary location.
To build a Mac App bundle:
./scripts/build-app.sh- n26 Download
- DKB Giro (new) CSV
- DKB Visa (new) CSV
- 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
- Converters, Detectors, Exporters
- Console App
- Unit and Approval Tests
- see data/samples for sample inputs
- see
*.approved.txtfor approved converted files
