Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 725 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 725 Bytes

ButterfieldToFreeAgent

A Swift command-line application that converts a CSV of transactions exported from Butterfield Online banking to a CSV format that is accepted by FreeAgent.com.

This is a port of a Ruby version I wrote a few years ago.

The format is explained here: http://www.freeagent.com/support/kb/banking/file-format-for-bank-upload-csv/

Running the app

You can run the script from the command line, by downloading the latest release and running it via:

b2fa /path/to/my/file.csv

This will export the converted file to /path/to/my/file-converted.csv