Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nef10/swiftbeancountimporterapp
Tool to import transactions from financial institutions into Beancount files
https://github.com/nef10/swiftbeancountimporterapp
beancount plaintext-accounting swiftbeancount
Last synced: 12 days ago
JSON representation
Tool to import transactions from financial institutions into Beancount files
- Host: GitHub
- URL: https://github.com/nef10/swiftbeancountimporterapp
- Owner: Nef10
- License: mit
- Created: 2017-09-25T06:24:48.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T04:53:27.000Z (18 days ago)
- Last Synced: 2024-10-22T05:57:44.352Z (17 days ago)
- Topics: beancount, plaintext-accounting, swiftbeancount
- Language: Swift
- Homepage: https://github.com/Nef10/SwiftBeanCount
- Size: 305 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftBeanCountImporterApp
[![CI Status](https://github.com/Nef10/SwiftBeanCountImporterApp/workflows/CI/badge.svg?event=push)](https://github.com/Nef10/SwiftBeanCountImporterApp/actions?query=workflow%3A%22CI%22) [![License: MIT](https://img.shields.io/github/license/Nef10/SwiftBeanCountImporterApp)](https://github.com/Nef10/SwiftBeanCountImporterApp/blob/main/LICENSE) [![Latest version](https://img.shields.io/github/v/release/Nef10/SwiftBeanCountImporterApp?label=SemVer&sort=semver)](https://github.com/Nef10/SwiftBeanCountImporterApp/releases) ![platforms supported: macOS ](https://img.shields.io/badge/platform-macOS-blue)
### ***This project is part for SwiftBeanCount, please check out the main documentation [here](https://github.com/Nef10/SwiftBeanCount).***
## What
This is a macOS application to import .csv's and text from banks into the beancount format.
## Functionality
Currently the following importers are offered:
### CSV
* RBC Accounts + CC
* Tangerine Accounts
* Tangerine CC
* Rogers CC
* Simplii Accounts
* N26
* LunchOnUs### Text
* ManuLife (Transactions and Balance)
The output is text, which can be easily copied into your beancout file.
## Usage
Currently there is no distributed version of the app, so please clone/download the repository and build the app yourself.