{"id":24611061,"url":"https://github.com/d-led/auto-ynab-csv","last_synced_at":"2025-03-18T15:24:20.495Z","repository":{"id":270525125,"uuid":"910501122","full_name":"d-led/auto-ynab-csv","owner":"d-led","description":"Automatic conversion of various banking CSV export formats into YNAB CSV (limited functionality)","archived":false,"fork":false,"pushed_at":"2025-01-07T19:15:10.000Z","size":994,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T19:36:53.278Z","etag":null,"topics":["ynab","ynab-converter","ynab-format","ynab-transactions"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d-led.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-31T12:58:18.000Z","updated_at":"2025-01-07T19:15:14.000Z","dependencies_parsed_at":"2025-01-01T00:33:24.219Z","dependency_job_id":null,"html_url":"https://github.com/d-led/auto-ynab-csv","commit_stats":null,"previous_names":["d-led/auto-ynab-csv"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fauto-ynab-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fauto-ynab-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fauto-ynab-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-led%2Fauto-ynab-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d-led","download_url":"https://codeload.github.com/d-led/auto-ynab-csv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244246849,"owners_count":20422514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ynab","ynab-converter","ynab-format","ynab-transactions"],"created_at":"2025-01-24T19:34:25.337Z","updated_at":"2025-03-18T15:24:20.461Z","avatar_url":"https://github.com/d-led.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# auto-ynab-csv\n\n\u003e limited-use perpetual WIP automatic converter to [YNAB CSV](https://support.ynab.com/en_us/formatting-a-csv-file-an-overview-BJvczkuRq)\n\n## Why?\n\n- Account sync doesn't work for certain banks in YNAB.\n- Some export formats require manual corrections even with available semi-automatic tools.\n- Choosing the format manually should not be necessary.\n\n## Usage\n\n```shell\nauto-ynab-csv {exported.csv} \u003e {converted.csv}\n```\n\nreplacing the placeholders accordingly.\n\nAlternatively, let the app create a file next to the original one:\n\n```shell\nauto-ynab-csv convert --input {exported.csv}\n```\n\n## GUI Usage\n\nDrop the exported CSV files onto the app window.\nThe converted files will be put next to the dropped files.\n\n![desktop app](./docs/img/desktop-app.png)\n\n## Installation\n\n### Download a Release\n\n- pick a [release](https://github.com/d-led/auto-ynab-csv/releases).\n- download the desired artifact \u0026\u0026 unpack.\n- On OSX you might need to run `sudo xattr -d com.apple.quarantine auto-ynab-csv` on the downloaded binary.\n\n### Build Yourself\n\n```shell\n./scripts/build.sh\n```\n\nSee the output for the binary location.\n\nTo build a Mac App bundle:\n\n```shell\n./scripts/build-app.sh\n```\n\n## Currently Supported Export Formats\n\n- [n26 Download](https://support.n26.com/en-eu/account-and-personal-details/bank-statements-and-confirmations/how-to-get-bank-statement-n26)\n- DKB Giro (new) CSV\n- DKB Visa (new) CSV\n\n## Alternatives\n\n- [github.com/aniav/ynab-csv](https://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\n\n## Structure\n\n- [Converters, Detectors, Exporters](./AutoYnabCsv/)\n- [Console App](./AutoYnabCsv.ConsoleApp/)\n- [Unit and Approval Tests](./AutoYnabCsv.Tests/)\n    - see [data/samples](./data/samples) for sample inputs\n    - see `*.approved.txt` for approved converted files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-led%2Fauto-ynab-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-led%2Fauto-ynab-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-led%2Fauto-ynab-csv/lists"}