谢谢╰不滅信念,
软回车的问题,借鉴
https://bbs.pinggu.org/thread-2494070-1-1.html
已经可以解决,即观测值“赵燕”存在的空行,但“芦玲”仍然无法解决,主要不知道存在什么格式在其中,
解决软回车的方法
keep code auditor
split auditor, p(`=char(10)')
drop auditor
gen n=_n
tostring n, replace
gen n1= code+n
drop code n
reshape long auditor, i(n1)
drop if auditor==""
gen code=substr(n1,1,10)
keep code auditor