修复了导入时空字段处理的bug
parent
a5f7d56a16
commit
27e2edea87
|
@ -61,6 +61,7 @@ def read_execl(file_contents,imptype):
|
|||
nrow.append(str(i))
|
||||
except:
|
||||
j = i.strip()
|
||||
j = '_' if j == '' else j
|
||||
if i != row[5]:
|
||||
j = re.sub('[[ \]`~!\\\#$^/&*=|"{}\':;?]','_',j)
|
||||
nrow.append(j)
|
||||
|
|
Loading…
Reference in New Issue