Code:
import delimited "CED_2016_AUST.csv", clear
Code:
gen sa2= floor(sa1_maincode_2016/100) format sa1 sa2 %14.0f list sa1 sa2 in 1/5
This gave the following strange results
Code:
+-------------------------+
| sa1_ma~2016 sa2 |
|-------------------------|
1. | 11901135961 119011360 |
2. | 11904137903 119041376 |
3. | 11903137228 119031376 |
4. | 11901136026 119011360 |
5. | 11903136932 119031368 |
+-------------------------+Peter.
0 Response to Import csv file
Post a Comment