-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Welcome to the Ledger wiki!
"Unable to connect to JDBC Socket. Either the file or password is invalid." Did you accidentally open the application twice?
It seems every bank has their own standards as to what they put in and how they format their export files. There are examples of QFX and XLS file imports. You can add support for your bank(s) by creating a new converter class in src/main/java/ledger.io.input with naming convention BanknameFiletypeConverter.java. You'll then reference it in src/main/java/ledger.controller/ImportController.java. And you may need to add support for new TRNTYPEs etc in src/main/java/ledger.io.input/TypeConversion.java.
Great, fork the repo and submit a pull request. One of our team members will review your contributions and handle merging into master. You do not have permission to merge into master yourself.