ccavanaugh / jgnash

jGnash Personal Finance
http://ccavanaugh.github.io/jgnash/
Other
141 stars 79 forks source link

Field :61: could start with a character instead of a number #53

Closed AlexWerz closed 6 years ago

AlexWerz commented 6 years ago

My banks (Sparkasse) MT940 export was not able to be loaded. I debugged and found out that the MT940 standard can (optional) have a character in front of the amount. This would be the last character of the currency. In my case Euro -> EUR it would be R. The pull request will remove any non numeric character from the amount.

AlexWerz commented 6 years ago

FYI the build break is because of a missing variable joptSimpleVerion in Gradle.

ccavanaugh commented 6 years ago

Thank Alex! Build has been fixed also