[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: importing txt file changes format of variable
From
Arun Rajamohan <[email protected]>
To
[email protected]
Subject
Re: st: importing txt file changes format of variable
Date
Fri, 08 Feb 2008 15:11:34 -0500
I am not sure how huge your dataset is but if you can copy it and paste it into the data editor in stata and later splitting the variable (split var1) usually keeps all variables as string.
I have the following data in a txt file:
us_id firm
000007 x
010234 y
321098 z
112411 w
When I import it into stata I get this:
us_id firm
7 x
10234 y
321098 z
112411 w
Where the us_id changes in the first two observations (it changes for any observations that have a us_id with zeros at the beginning). I need us_id to be a 6 digit id number for each firm (ncluding any zeros at the beginning). This needs to be a string variable but is a numeric variable when imported into STATA.
Have any idea on how to fix this problem?
Thanks in advance,
Marilyn.
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
© Copyright 1996–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |