Delphi class for reading and writing SPSS SAV files
The TSPSSio class can be used to read a SAV file produced by IBM’s SPSS application, in uncompressed or byte-compressed format. It will allow you to write a SAV file in byte-compressed format. (Byte-compressed format is the defacto standard.)
The class and its supporting software is written in Delphi XE and can be compiled without the need for external units.
A command line tool that converts a custom xml document (xsav) to a SPSS binary file (sav). It is often easy to generate xml files from software, and by using this tool a SPSS (computer tool for statistical analysis) binary file can easily be generated.