On Mon, 28 Jan 2008, Peter Robertson wrote:
I have been using Gretl for some time now, and in a previous
version I was able to save a text file (and enclosed data) as a
gdt file, and later look at the file through something like
Notepad and see how it looked like an xml file.
I am currently using Gretl 1.6.5, and now any text data files I
convert to gdt looks like gobbledy gook.
What happened?
What happened is that we switched to using gzip compression on
*.gdt output by default, so what you're seeing in notepad is
compressed XML.
I suppose we could add a GUI switch to avoid compression. Or you
could d/l gunzip or similar and run that on the .gdt file before
viewing it. It didn't really occur to me that anyone would want
to open *.gdt files in an editor (other than gretl itself).
One other option: if you use the "store" command in the gretl
console to create a .gdt file, compression is _not_ applied by
default; that is done only if the --gzipped option is added.
Allin Cottrell