Re: CSV Generation Loading Entire SAV

2018-10-16 Thread Ben Pfaff
Another way to translate .sav to .csv is to run the "pspp-convert" utility, without even starting the main PSPP executable. On Tue, Oct 16, 2018 at 07:18:35PM +0200, John Darrington wrote: > Yes. > > Check out the SET WORKSPACE command. > > J' > > On Tue, Oct 16, 2018 at 12:09:32PM -0500, Dave

Re: CSV Generation Loading Entire SAV

2018-10-16 Thread John Darrington
Yes. Check out the SET WORKSPACE command. J' On Tue, Oct 16, 2018 at 12:09:32PM -0500, Dave Trollope wrote: Hi, We are using the following script to generate CSV's for a subset of variables in an SAV file and it looks like pspp is loading the entire SAV file in to memor

CSV Generation Loading Entire SAV

2018-10-16 Thread Dave Trollope
Hi, We are using the following script to generate CSV's for a subset of variables in an SAV file and it looks like pspp is loading the entire SAV file in to memory. (Some of our SAV files are quite large - 4GB). I'm wondering if there is an option or a way we can reduce the memory usage when