[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: |
Ben Pfaff |
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 10:15:32 -0700 |
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 ....