GrantR <[email protected]> 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

_______________________________________________
Pspp-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to