pspp-users
[Top][All Lists]
Advanced

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

translate syntax


From: Mogerman Rob
Subject: translate syntax
Date: Tue, 5 Jul 2016 16:04:16 +0000 (UTC)

Hi - I'm a very novice user and I'm trying to turn a .sav file into a .csv file.  It looks like the translate command should be able to do what I'm wanting but I get an error.  I get a file from a vendor called xxxx.sav and I need to turn the file into a .csv so I can process it for other software.  The commands I'm trying are....


GET FILE="xxxx.sav".
SAVE TRANSLATE OUTFILE='xxxx1.csv'
                /TYPE=CSV
                /MAP
                /REPLACE
                /FIELDNAMES
                /CELLS=LABELS.    
     

The list file shows... 
 
                                                           05 Jul 2016 - Page 1
                                             GNU pspp 0.6.2 - i686-pc-linux-gnu
 
make_csv.psp:2: error: SAVE TRANSLATE is unimplemented.

Thanks,

Rob Mogerman

reply via email to

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