forked from github/dataease
fix: 识别csv 字段类型
This commit is contained in:
parent
36252a0758
commit
c63c1c4779
@ -267,9 +267,6 @@ public class ExcelUtils {
|
||||
int num = 1;
|
||||
String line;
|
||||
while ((line = reader.readLine()) != null) {
|
||||
if (isPreview && num > 1000) {
|
||||
break;
|
||||
}
|
||||
String str;
|
||||
line += ",";
|
||||
Pattern pCells = Pattern.compile("(\"[^\"]*(\"{2})*[^\"]*\")*[^,]*,");
|
||||
|
Loading…
Reference in New Issue
Block a user