Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libsteve/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.
https://github.com/libsteve/ofxcsv
Last synced: 15 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/libsteve/ofxcsv
- Owner: libsteve
- License: mit
- Created: 2017-01-12T13:54:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T10:36:17.000Z (almost 8 years ago)
- Last Synced: 2024-11-06T07:29:04.858Z (2 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 [email protected]: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][ofx-parser]
by [@aasmith][aasmith].Ideas for how the script should behave were inspired by the
[`ofx-to-csv` ruby gem][ofx-to-csv] by [@chrisroos][chrisroos].Thanks for coming before me and providing me tools and ideas to solve this same problem!
[ofx-parser]: https://github.com/aasmith/ofx-parser.git
[ofx-to-csv]: https://github.com/chrisroos/ofx-to-csv.git[aasmith]: https://github.com/aasmith
[chrisroos]: https://github.com/chrisroos