You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MD2023 the class/method com.moneydance.util.StringUtils was removed.
The correct/new class/method reference is: com.infinitekind.til.StringUtils
Extension is failing:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/moneydance/util/StringUtils
at com.moneydance.modules.features.mdcsvimporter.formats.CustomReader.parseNext(CustomReader.java:564)
at com.moneydance.modules.features.mdcsvimporter.TransactionReader.parse(TransactionReader.java:382)
at com.moneydance.modules.features.mdcsvimporter.ImportDialog.processActionPerformed(ImportDialog.java:491)
at com.moneydance.modules.features.mdcsvimporter.ImportDialog.btnProcessActionPerformed(ImportDialog.java:993)
at com.moneydance.modules.features.mdcsvimporter.ImportDialog.access$400(ImportDialog.java:46)
at com.moneydance.modules.features.mdcsvimporter.ImportDialog$5.actionPerformed(ImportDialog.java:662)
Please can you fix? Thanks
The text was updated successfully, but these errors were encountered:
Hi Stan, I have forked and fixed the code. Pull request is waiting... I was wondering whether you wanted to put this code into the MD Open Source repo...? Depends if you want to actively maintain this going forward? Just a thought. Shout if any questions? SCB
In MD2023 the class/method com.moneydance.util.StringUtils was removed.
The correct/new class/method reference is: com.infinitekind.til.StringUtils
Extension is failing:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/moneydance/util/StringUtils
at com.moneydance.modules.features.mdcsvimporter.formats.CustomReader.parseNext(CustomReader.java:564)
at com.moneydance.modules.features.mdcsvimporter.TransactionReader.parse(TransactionReader.java:382)
at com.moneydance.modules.features.mdcsvimporter.ImportDialog.processActionPerformed(ImportDialog.java:491)
at com.moneydance.modules.features.mdcsvimporter.ImportDialog.btnProcessActionPerformed(ImportDialog.java:993)
at com.moneydance.modules.features.mdcsvimporter.ImportDialog.access$400(ImportDialog.java:46)
at com.moneydance.modules.features.mdcsvimporter.ImportDialog$5.actionPerformed(ImportDialog.java:662)
Please can you fix? Thanks
The text was updated successfully, but these errors were encountered: