Skip to content

This Python tool allows you to effortlessly convert SPSS SAV files to CSV format using the pyreadstat library.

License

Notifications You must be signed in to change notification settings

easyvansh/SAV-to-CSV-Convertor

Repository files navigation

SAV to CSV Converter

Convert SPSS SAV files to CSV effortlessly using Python and the pyreadstat library.

Usage

  1. Download the Script: Get the sav_to_csv_converter.py script from this repository.

  2. Place Your SAV File: Put your SPSS SAV file (e.g., input.sav) in the same directory as the script.

  3. Run the Conversion: Open a terminal or command prompt, navigate to the script's directory, and run:

    python sav_to_csv_converter.py input.sav

    This will create input.csv with your converted data.

Requirements

  • Python 3.x
  • pyreadstat library

Installation

  1. Install Python: Download and install Python from python.org.

  2. Install Required Library:

    pip install pyreadstat
  3. Download the Script: Grab the sav_to_csv_converter.py script from this repository.

  4. Run the Conversion: Follow the usage instructions to convert your SAV files to CSV.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

Thanks to the creators of the pyreadstat library for making SPSS SAV to CSV conversion simple.

About

This Python tool allows you to effortlessly convert SPSS SAV files to CSV format using the pyreadstat library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages