mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 00:53:34 +08:00
Merge db395d4300
into 0824b45c5e
This commit is contained in:
commit
abc077a457
@ -431,7 +431,7 @@ public class UnstructuredStorageReaderUtil {
|
||||
break;
|
||||
case DATE:
|
||||
try {
|
||||
if (columnValue == null) {
|
||||
if(StringUtils.isBlank(columnValue)) {
|
||||
Date date = null;
|
||||
columnGenerated = new DateColumn(date);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user