snelstart-import: Import to snelstart.

[ finance-, library, mit, program ] [ Propose Tags ] [ Report a vulnerability ]

Import to snelstart from various formats such as sepa direct debit or n26 bank format. Converts the format to ING csv. Has a server for an easy UI and a cli for quick conversions.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.0.1, 1.1.0
Change log Changelog.md
Dependencies base (>=4.9.1.0 && <5), base64 (>=1 && <2), blaze-html (<1), bytestring (<1), cassava (<1), hexml (<1), neat-interpolation (<1), optparse-applicative (<1), shakespeare (<3), snelstart-import, text (<3), time (<2), vector (<1), warp (<4), yesod-core (<2), yesod-form (<2) [details]
License MIT
Copyright 2020 Jappie Klooster
Author Jappie Klooster
Maintainer jappieklooster@hotmail.com
Category Finance
Home page https://github.com/jappeace/snelstart-import#readme
Bug tracker https://github.com/jappeace/snelstart-import/issues
Source repo head: git clone https://github.com/jappeace/snelstart-import
Uploaded by Jappie at 2025-03-18T23:27:52Z
Distributions
Executables snelstart-import
Downloads 13 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-03-19 [all 1 reports]

Readme for snelstart-import-1.1.0

[back to package description]

https://jappieklooster.nl Github actions build status Jappiejappie Hackage version

In lyk man is in ryk man

Dit is een snelstart importeer programma voor n26.

  • Pas SnelstartImport.hs met je account gegevens.
  • Exporteer n26 als csv en zet input.csv
  • nix develop
  • cabal run
  • nu kun je out.csv importeren in snelstart.

Onderwater zet dit de gegevens om van n26 formaat naar dat van ING.

Neem contact op met mij als er problemen zijn

Architecture

generally we go:

  1. parse raw (potential partial) format such as csv or xml,
  2. then go to typed intermiedatry (eg SepaDirectCoreScheme, or N26).
  3. then go to ING.
  4. write out ING

xml parsing

choice appears to be out of

Tools

Enter the nix shell.

nix develop

You can checkout the makefile to see what's available:

cat makefile

Running

make run

Fast filewatch which runs tests

make ghcid