Date Converter does not handle null dates
Status: Abandoned
Brought to you by:
csvbeans
The code in the data converter checks the class type before checking to see if the class is null. In most cases a blank date will yield a null and the date converter will die in converting that object. If the date converter can check for null first and then return blank string or something configurable instead of dying that would be preferred.