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: Stripping ASCII characters
From
"Thomas, Anthony" <[email protected]>
To
[email protected]
Subject
st: Stripping ASCII characters
Date
Mon, 24 Feb 2014 16:03:20 -0500
Hi Statalist,
When insheeting a csv file using Stata 11 - Unix, Stata aborts with the error:
too many variables specified
error in line 5000000 of file
Output of "hexdump" indicated the file contained control characters
(^Z), and was in binary format, when it was expected to be ASCII. I
tried using "filefilter "f1.csv" "f2.csv", from(^Z) to() replace" to
strip the problem characters, but a hexdump on f2.csv indicates the
(^Z) are still present. From what I understand ^Z (sub) is used in
place of a character that cannot be read by Stata, is this the case?
If so, is there any way to strip these characters from my file prior
to import?
Thanks,
Anthony
*
* 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/