On Wed, 21 May 2014, Sven Schreiber wrote:
I have a csv file with daily data, where each calendar day is a row,
but
it's actually 5-days-a-week data, i.e. weekend days do not contain data.
First I have a problem with the import, gretl only imports it as undated
because it says about the date labels:
"
erster Zeilenkopf "99-01-04", letzter Kopf "2014-05-19"
Behandlung als undatierte Daten
"
(=treating it as undated), but the reason given is not true, because the
first date string is actually:
"1999-01-04"
so there seems to be some problem with the date parsing.
Just for the record, we determined off-list that this was an old problem,
fixed in the gretl 1.9.90 release.
Allin