Dear Statalist, i am facing situation in the below data. i want to generate two new variables in the daily date formate (named: "from" and "to") from the below string variable "Fn04003".
is there any way to handle the non-identified characters �� and then split the column in two separate columns ?
is there any way to handle the non-identified characters �� and then split the column in two separate columns ?
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input str46 Fn04003 "2008-03-21��2008-10-28" "" "" "" "2009-05-26" "" "2008-03-21��2008-10-28" "2008-03-21��2008-10-28" "2008-03-21��2008-10-28" "2009-06-26��2009-06-29" end
Comment