I am making available a stand-alone program that will parse *.mny file and serve up the content of accounts and transactions via REST and JSON
For example:
- To get list of accounts: http://localhost:8080/api/msmoney/accounts
- To get account detail for accountId=2: http://localhost:8080/api/msmoney/account/2
- To get a list of transactions for accountId=2: http://localhost:8080/api/msmoney/account/2/transactions
- To get transaction detail for transactionId=1093 http://localhost:8080/api/msmoney/account/2/transaction/1093
Download: https://bitbucket.org/hleofxquotesteam/dist-sunriise/downloads/
Run: in a console window
java -jar sunriise-spring-0.0.1-SNAPSHOT.jar
Wait until you see line
2019-09-07 09:15:13,124 [INFO ] StartupInfoLogger.logStarted(StartupInfoLogger.java:59) – Started Application in 3.923 seconds (JVM running for 4.963)
to indicate that the application is ready
To stop, control-C in console window
By default the sample Sunset *.mny file is used. To parse you own *.mny file, simply copy it into the current directory and restart.
A large *.mny can take a while to parse (mine took 2.5m).
Problem, issue ... please log an issue here: https://bitbucket.org/hleofxquotesteam/dist-sunriise/issues