bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PSPP-BUG: [Output] The label value is a line below when there are ve


From: Przemek Powalko
Subject: Re: PSPP-BUG: [Output] The label value is a line below when there are very long labels (DISPLAY DICTIONARY)
Date: Tue, 8 Oct 2013 20:20:01 +0200

Oh, you mean

pspp -o output_test_2.csv .... // small "o"

This is a really great option, don't know how I might have overlooked it! Thanks a lot!

pp


2013/10/8 Ben Pfaff <address@hidden>
On Tue, Oct 8, 2013 at 10:12 AM, Przemek Powalko <address@hidden> wrote:
> Hi everybody,
>
> I saw this behaviour with my files, too, and thought it was a feature not a
> bug :) I use PSPP for scripting mainly so I quickly came up with a
> workaround for it:
>
> prompt$ pspp -o output_test_2.dic -O width=1000 <<END
>     get file='output_test_2.sav'
>
>     display dictionary
>
> END
>
> ...which produces expected one-line-per-a-variable format.

You might like the CSV output format even better:
    pspp -O output_test_2.csv ....


reply via email to

[Prev in Thread] Current Thread [Next in Thread]