Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: From: Abhimanyu Arora <[email protected]>


From   [email protected]
To   [email protected]
Subject   st: From: Abhimanyu Arora <[email protected]>
Date   Mon, 2 Apr 2012 10:01:24 +0200

Dear statalist
My data was in around 50 csv files in one folder. I wanted to merge
the data into a single stata dataset. So I used the following commands
in order to first create 50 stata datasets to be merged.


fs

foreach file in `r(files)' {
insheet using `file'
save `file',replace
clear
}

I now discover that the csv files have strange characters and the data
is not recognizable completely. Do you think it would be possible to
retrieve my data?

Best regards
Abhimanyu
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index