mbleron / ExcelTable

ExcelTable is an Oracle SQL interface to read Microsoft Excel files (.xlsx, .xlsm, .xlsb, .xls, .xml), ODF spreadsheet files (.ods) and flat files as external tables
MIT License
45 stars 12 forks source link

DML API : Default value not applied for empty cells #12

Closed mbleron closed 5 years ago

mbleron commented 5 years ago

DML API : Default value defined via mapColumn (or mapColumnWithDefault) procedure is not applied when the cell is empty.

mbleron commented 5 years ago

Fixed in v4.0