stevebrun / ofxcsv

A program that can take the data from an ofx file, and will output a folder hierarchy which contains all that data in CSV files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxcsv

A program that can take the data from an ofx file, and will output a folder hierarchy which contains all that data in CSV files.

Install

git clone git@github.com:Altece/ofxcsv.git
cd ofxcsv
bundle install

Usage

ofxcsv [-s /path/to/save/ofxcsv] OFX_FILE...

If no path is given for a desired result, a new folder named Finances.ofxcsv will be created, which will be where the results are saved.

References

This script was built using the ofx-parser ruby gem by @aasmith.

Ideas for how the script should behave were inspired by the ofx-to-csv ruby gem by @chrisroos.

Thanks for coming before me and providing me tools and ideas to solve this same problem!

About

A program that can take the data from an ofx file, and will output a folder hierarchy which contains all that data in CSV files.

License:MIT License


Languages

Language:Ruby 100.0%