Mapping csv to java in smooks programatically can't handle empty Double
问题 I'm using smooks library to parse csv files fast and easy, mapping them programmatically to POJOs. But I have troubles handling empty fields on POJO's Double attributes. For example, the java object has: public class MulticashHeader { // ... private Double c06; private static Double c07; private Double c08; private Double c09; private String c10; // ... public Double getC06_SaldoInicial() { return c06_SaldoInicial; } /** * @param c06_SaldoInicial the c06_SaldoInicial to set */ public void