Dear All,
Thanks for helping me here.
I have trouble to convert the date (format %9s) into %td.
The story is like this. I downloaded the daily exchange rate as csv file and imported into stata.
I have no idea why the columns are merged into one column.
By using
split v1, p(";") I was able to divide the column into four parts. (please refer the first picture)
Please help me out here, how can I convert the digits into readable dates in stata.
I was using
format datadate %td
and it just warned me that " a string format is required for string variables."
Sincerely,
Mengqi



Thanks for helping me here.
I have trouble to convert the date (format %9s) into %td.
The story is like this. I downloaded the daily exchange rate as csv file and imported into stata.
I have no idea why the columns are merged into one column.
By using
split v1, p(";") I was able to divide the column into four parts. (please refer the first picture)
Please help me out here, how can I convert the digits into readable dates in stata.
I was using
format datadate %td
and it just warned me that " a string format is required for string variables."
Sincerely,
Mengqi
Comment