small tool that merges 2 or more OFX files
https://compounddata.com/projects/ofxmerge/
- Go 100%
| internal/merge | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
ofxmerge
Don't use -- status is still experimental.
ofxmerge is a small tool that merges 2 or more OFX files.
To install:
$ go build -o ./ofxmerge .
To merge with output of new OFX file being sent to standard out:
$ ./ofxmerge file1.ofx file2.ofx