Sign inSign up

generik/starling-freeagent-convert

By generik

Updated over 7 years ago

takes CSV statement exported from Starling Bank and creates a QIF file compatible with FreeAgent

Image
0

465

generik/starling-freeagent-convert repository overview

Starling Transactions to FreeAgent

This is a simple ruby script which takes CSV statement exported from Starling Bank and creates a QIF file compatible with FreeAgent

Not associated with any of the parties listes above. Provided as is, under GPL v2.

Usage

Assuming that you know Docker

Build an image
docker build -t generik/starling-freeagent-convert .
Convert a file

Assuming that you are in a directory with the file and it's called StarlingStatement_May-2018.csv

docker run --rm -v $PWD:/data generik/starling-freeagent-convert StarlingStatement_May-2018.csv

this will create a StarlingStatement_May-2018.qif file in the same directory

Tag summary

Content type

Image

Digest

Size

34.6 MB

Last updated

over 7 years ago

docker pull generik/starling-freeagent-convert