You might find -infile- useful:
input x str2 s
1 "04"
2 "10"
end
list
format s
outsheet using "test.csv", delim(";") replace
infile x str2 s using "test.csv", clear
format s
On 3/8/2013 8:12 AM, Sonja Wehberg wrote:
Hi!
I frequently use insheet. Unfortunately it sometimes converts string variables. Can I prevent that (without adding an alphanumeric suffix)?
Example (version 12):
input x str2 s
1 "04"
2 "10"
end
list
format s
outsheet using "test.csv", delim(";") replace
insheet using "test.csv", clear delim(";")
format s
Best regards
Sonja
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/