small tool that merges 2 or more OFX files https://compounddata.com/projects/ofxmerge/
Find a file
2025-02-16 06:59:03 +11:00
internal/merge Add initial duplication support 2025-02-16 06:59:03 +11:00
.gitignore Add .gitignore 2025-01-28 06:50:48 +11:00
go.mod Initial commit 2025-01-27 18:28:35 +11:00
go.sum Initial commit 2025-01-27 18:28:35 +11:00
main.go Initial commit 2025-01-27 18:28:35 +11:00
README.md Update README with dont use message 2025-01-28 06:38:11 +11:00

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