mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix: 识别csv 字段类型
This commit is contained in:
@@ -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})*[^\"]*\")*[^,]*,");
|
||||
|
||||
Reference in New Issue
Block a user