Skip to content

Use R to convert proprietary .sav files from SPSS to open .csv and .tsv formats

License

Notifications You must be signed in to change notification settings

tobiasmcvey/sav-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convert SPSS files to CSV

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.

Converting .sav with R

Put your .sav dataset file in the data folder and run the script called convert.r

Requires the haven package

To Do

Converting with other languages such as Python

About

Use R to convert proprietary .sav files from SPSS to open .csv and .tsv formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages