Julian--
The workaround is too easy to justify rewriting outsheet:
sysuse auto, clear
outsheet make price mpg using /test.txt if for==1
filefilter /test.txt /test2.txt, from(\t) to(|)
type /test2.txt
On 11/8/06, Julian Reif <[email protected]> wrote:
Is there a way to outsheet data using a delimiter that is not a tab or a comma? I have a situation where data need to be outsheeted using a | ("pipe") delimiter. Before rewriting outsheet, I'd like to make sure somebody hasn't done this already. Thanks.
Julian Reif
*
* 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/
*
* 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/