On Wed, Dec 09, 2015 at 06:33:19PM +0000, Rob wrote: > Is there any way to export a dictioary/metadata of a .sav file with PSPP? I > can display it with: > > GET FILE="My File". > DISPLAY DICTIONARY. > > But I'd liie a way to export this to maybe a csv file or a text file that I > can parse.
You can make PSPP output to a .csv file, e.g. "pspp -o output.csv". This won't produce ideal results but it should be easier to parse than the default text-based output. _______________________________________________ Pspp-users mailing list Pspp-users@gnu.org https://lists.gnu.org/mailman/listinfo/pspp-users