pspp-users
[Top][All Lists]
Advanced

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

Re: Help (non-programmer) with export to CSV in Windows environment


From: Ben Pfaff
Subject: Re: Help (non-programmer) with export to CSV in Windows environment
Date: Tue, 21 Dec 2010 20:18:59 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

GrantR <address@hidden> writes:

> I am wanting to know how to get my data out of PSPP into csv format for use
> elsewhere. I've had a look at the previous postings and still am stuck! I
> get a csv file full of error message, but no data.
>
> I've tried the various console commands but not seem to have produced what
> I'm after - the CSV dataset.

You should be able to do this with a command like this:
        SAVE TRANSLATE /OUTFILE='mydata.csv' /TYPE=CSV.

Enter that into a syntax window and run it.

SAVE TRANSLATE is a recent addition so this takes a fairly recent
version of PSPP.
-- 
Ben Pfaff 
http://benpfaff.org



reply via email to

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