A repo for converting .sav files for SPSS into open formats such as comma-separated values (csv)
This file format is a proprietary standard used by IBM for the paid license software SPSS. Since this software is needlessly expensive you can just analyse your data in Excel, Libre Office or using a programming language of choice.
Put your .sav dataset file in the data folder and run the script called convert.r
Requires the haven package
Converting with other languages such as Python