[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CSV Generation Loading Entire SAV
From: |
Ben Pfaff |
Subject: |
Re: CSV Generation Loading Entire SAV |
Date: |
Tue, 16 Oct 2018 14:10:02 -0700 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
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 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 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 extracting a subset of variables?
>
> GET FILE = "{}"
>
> SAVE TRANSLATE
> ?? /OUTFILE="{}"
> ?? /TYPE=CSV
> ?? /FIELDNAMES
> ?? /REPLACE
> ?? /KEEP={}
> ?? /MISSING=RECODE
> ?? /CELLS=LABELS.
>
> Cheers
> Dave
>
> _______________________________________________
> Pspp-users mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/pspp-users
>
> --
> Avoid eavesdropping. Send strong encrypted email.
> PGP Public key ID: 1024D/2DE827B3
> fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
> See http://sks-keyservers.net or any PGP keyserver for public key.
>
>
> _______________________________________________
> Pspp-users mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/pspp-users
- Re: Confidence interval is mathematically equivalent to hypothesis test, (continued)
- Re: Confidence interval is mathematically equivalent to hypothesis test, Werner LEMBERG, 2018/10/13
- Re: Confidence interval is mathematically equivalent to hypothesis test, Dr. Oliver Walter, 2018/10/13
- Re: Confidence interval is mathematically equivalent to hypothesis test, John Darrington, 2018/10/14
- Re: Confidence interval is mathematically equivalent to hypothesis test, Werner LEMBERG, 2018/10/14
- Re: Confidence interval is mathematically equivalent to hypothesis test, Dr. Oliver Walter, 2018/10/14
- Re: Confidence interval is mathematically equivalent to hypothesis test, John Darrington, 2018/10/14
- Re: Confidence interval is mathematically equivalent to hypothesis test, Dr. Oliver Walter, 2018/10/14
- Re: Confidence interval is mathematically equivalent to hypothesis test, John Darrington, 2018/10/14
- CSV Generation Loading Entire SAV, Dave Trollope, 2018/10/16
- Re: CSV Generation Loading Entire SAV, John Darrington, 2018/10/16
- Re: CSV Generation Loading Entire SAV,
Ben Pfaff <=