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]

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


From   Nick Cox <[email protected]>
To   [email protected]
Subject   Re: st: From: Abhimanyu Arora <[email protected]>
Date   Mon, 2 Apr 2012 09:28:23 +0100

Without information on the _precise_ problem here, I think we are
reduced to guessing. My guess is that you need to go back to the
original *.csv.

What "strange characters"? What does "not recognizable completely"?

Nick

On Mon, Apr 2, 2012 at 9:01 AM,  <[email protected]> wrote:

> 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?
>
*
*   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