jdbf
jdbf copied to clipboard
Invalid dates are throwing an exception in DbfRecord.toMap
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)
I am having same issue as well when I use Visual FoxPro table.