This commit is contained in:
MaysWind
2024-10-26 22:44:42 +08:00
parent 34bf74da84
commit cfbab0432c
@@ -125,7 +125,7 @@ func createNewCsvFileDataTable(ctx core.Context, reader io.Reader, separator run
return nil, errs.ErrInvalidCSVFile
}
if len(items) == 0 && items[0] == "" {
if len(items) == 1 && items[0] == "" {
continue
}