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
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
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