On Sun, Jul 10, 2022 at 11:57 AM Sven Schreiber <svetosch(a)gmx.net> wrote:
Am 09.07.2022 um 22:18 schrieb Cottrell, Allin:
> On Thu, Jul 7, 2022 at 6:32 PM Sven Schreiber <svetosch(a)gmx.net> wrote:
>>
>> attached is a minimal example file. There are two data columns (no
>> observation column), and because the blank (space) is the column
>> separator, the column headings are enclosed in double quotes at the source.
>> (I did not make up this format.)
>>
>> Gretl imports the data alright, but kind of ignores the double quotes,
>> treating the first two space-separated words as the names, which gives
>> totally wrong headings after the first one.[...]
This should now be fixed in git. A column heading such as "Column 1"
should now turn into (unquoted) Column1, even if the column separator
is the space character.
Allin