This is a small library to convert downloaded data from a Rogers Bank Credit Card (via RogersBankDownloader) to the Beancount format (via SwiftBeanCountModel).
The library relies on meta data in your Beancount file to find your accounts. Please add importer-type: "rogers"
and last-four: "XXXX"
with the last four digits of your number to your Credit Card Liability account.
SwiftBeanCountRogersBankMapper
using the ledgermapAccountToBalance
and mapActivitiesToTransactions
on the mapper to convert the downloaded dataPlease also check out the complete documentation here.
The library supports the Swift Package Manger, so simply add a dependency in your Package.swift
:
.package(url: "https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git", .exact(from: "X.Y.Z")),
Note: as per semantic versioning all versions changes < 1.0.0 can be breaking, so please use .exact
for now
link |
Stars: 0 |
Last commit: 2 weeks ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics