While trying to read from an old database, I get this exception:
java.text.ParseException: Unparseable date: "
at java.text.DateFormat.parse(DateFormat.java:366)
at net.iryndin.jdbf.util.JdbfUtils.parseDate(Unknown Source)
at net.iryndin.jdbf.core.DbfRecord.getDate(Unknown Source)
at net.iryndin.jdbf.core.DbfRecord.toMap(Unknown Source)
While trying to read from an old database, I get this exception: