When I use:
Code:
import delimited using x.csv, clear delim(",") varn(nonames) encoding("utf-8")
Code:
v67 2018 Toys Fair " in HK Convention and Exhibition Fair#2017 Hong Kong international toys &gifts fair,HK#HK,2018.1#2017.10
However, if I save the x.csv as a new csv, the stata command works fine. The line looks neat in the dta:
Code:
v67 v68 v69 2018 Toys Fair " in HK Convention and Exhibition Fair#2017 Hong Kong international toys &gifts fair HK#HK 2018.1#2017.10
Thanks a lot!
Kailin
0 Response to import csv delimiter problem, strings squeeze together
Post a Comment