Hi,
I am trying to save changes in a CSV file in STATA. I have imported the file, wrote the commands and then exported it.
I have used the following commands:
import delimited "/Users/vardanyang/Dropbox/Irish migration - NSV/Ellis Island/Distances_1.csv"
split v1, destring
rename v11 ID_A
rename v12 First_Name_A
rename v13 Last_Name_A
rename v14 ID_B
rename v15 First_Name_B
rename v16 Last_Name_B
rename v17 Age_Dist
rename v18 Dist_FN
rename v19 Dist_lN
export delimited "/Users/vardanyang/Dropbox/Irish migration - NSV/Ellis Island/Distances_1.csv"
After this when I open the csv file in the computer, the changes are saved but when I import it in STATA, the changes are not saved.
Can you please let me know how to proceed so that the changes are saved?
Thanks,
Ciara
0 Response to Saving CSV files in Stata
Post a Comment