mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 02:31:01 +08:00
bug:修复TxtFileReader读CSV文件时,不读CSVConfig问题
This commit is contained in:
parent
500d96303d
commit
5ee2ea58bc
@ -182,6 +182,7 @@ public class TxtFileReader extends Reader {
|
||||
delimiterInStr));
|
||||
}
|
||||
|
||||
UnstructuredStorageReaderUtil.validateCsvReaderConfig(this.originConfig);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user