This commit is contained in:
chengfei163 2025-04-10 16:22:23 +08:00 committed by GitHub
commit abc077a457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -431,7 +431,7 @@ public class UnstructuredStorageReaderUtil {
break; break;
case DATE: case DATE:
try { try {
if (columnValue == null) { if(StringUtils.isBlank(columnValue)) {
Date date = null; Date date = null;
columnGenerated = new DateColumn(date); columnGenerated = new DateColumn(date);
} else { } else {