takes CSV statement exported from Starling Bank and creates a QIF file compatible with FreeAgent
465
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.
Assuming that you know Docker
docker build -t generik/starling-freeagent-convert .
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
Content type
Image
Digest
Size
34.6 MB
Last updated
over 7 years ago
docker pull generik/starling-freeagent-convert