Re: Pspp-users Digest, Vol 140, Issue 17/Sample Export Code

2018-01-30 Thread ftr public
Hi Allen, A first look into the Help can help you, as well as a copy of the error message PSPP generates for those on the list who answer. Did you replace the text {’TestCSVfile’} with the path and the name of the csv file ?  such as in /outfile= "c:\documents\datafile.csv" If you want to

Re: Pspp-users Digest, Vol 140, Issue 17/Sample Export Code

2018-01-29 Thread Ben Pfaff
As a place to start, remove { and } from the syntax. On Tue, Jan 30, 2018 at 11:11:24AM +0700, Aj Hollenbach wrote: > Greetings, > > To follow-up on the question concerning how to export to CSV, here is a > sample of the code that I tried to use to run a "save translate" into CSV. > Appreciate an

Re: Pspp-users Digest, Vol 140, Issue 17/Sample Export Code

2018-01-29 Thread Aj Hollenbach
Greetings, To follow-up on the question concerning how to export to CSV, here is a sample of the code that I tried to use to run a "save translate" into CSV. Appreciate any guidance on how I should modify this code. Thanks, Allen SAVE TRANSLATE /OUTFILE={’TestCSVfile’} /TYPE=CSV