On Fri, 4 Dec 2015, Sven Schreiber wrote:
Am 04.12.2015 um 16:57 schrieb Riccardo (Jack) Lucchetti:
>
> With HEAD git here the file opens with no problems, although there is a
> visualisation problem with variable 4 ("Bundesland") if you try opening
> it (you get a blank window). If you try together with other ones, you
> see it, but it's all misaligned.
>
> However, I suspect this is related to some work Allin is doing on string
> variables and should be a transient hiccup.
Now that you mention it, I also saw some misalignment there with 2015d,
so perhaps not so transient.
Maybe it has something to do with a) string-valued series, b) having
hyphens and Umlauts in the values.
Not a), but b). One difficulty is that there's no indication of a text
encoding in a Stata dta file. But we can probably do a bit better;
I'll investigate.
Like Jack, I opened the file without a crash on Linux. I also did this
under valgrind and didn't see any complaints about memory management.
(This us all on 64-bit.)
BTW, I noticed that I cannot import a series/column with those
strings
from an xls file, gretl says "expected numerical data". This used to be
obvious, but now that gretl also does such series, perhaps it is an
oversight to not allow them in imports?
We'll handle string values in delimited text, dta files (well, sort
of) and SAS files.
Not handling string values in xls and such is not just an oversight.
It's maybe something we should aim for, but it's already immensely
complicated grubbing around in such formats for valid data.
Allin