I have an easy problem, but unfortunately I could not solve it.
When I want to import data from excel and the first row to be the name of the varibales I use this comand in the do file:
import excel using Data, firstrow clear
I want to do the same witha data saved as csv. I use the comand:
import delimited "data.csv", delimiter(";") clear
but I do not know how to put row1 instead of v1,v2, ect. , so that instead v1 there is user_id_august, instead v3 part_real-august, ect.
Thanks.
0 Response to Importing csv
Post a Comment