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
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)
The text was updated successfully, but these errors were encountered:
hrj
changed the title
Invalid dates are throwing an exception
Invalid dates are throwing an exception in DbfRecord.toMap
Apr 21, 2015
While trying to read from an old database, I get this exception:
The text was updated successfully, but these errors were encountered: