ReadStat icon indicating copy to clipboard operation
ReadStat copied to clipboard

Command-line tool (+ C library) for converting SAS, Stata, and SPSS files 💾

Results 73 ReadStat issues
Sort by recently updated
recently updated
newest added

When reading the attached file, there should be a variable name "BRANDAA_SUN_1", I get instead "BRANDAA". PSPP can read the variable name correctly. I think the file has been created...

bug
SPSS

If writing a dta file setting version as 15, when opening it in Stata 17, the user gets the error: ``` This .dta file format was created by Stata/MP and...

bug
Stata

Hi, Thank you for providing such a great tool. Usually ReadStat can successfully import UTF-encoded datasets, but when reading locally encoded .sav files, it will prompt `"Unable to convert string...

SPSS

Hello, Thanks for the work on this! I was just wondering when the v1.1.8 version would be released with the changes that are currently in dev?

question

While doing some experiments I found the following strange thing: If I compile the program described below, where I write three variables, the first one string, the two last ones...

bug
SPSS

Hi, When reading a sav file that contains a long string (756 characters to be precise, with 755 the error does not show up) with an international character, Readstat gives...

bug
SPSS

When reading a certain SAS data set using pyreadstat.read_sas7bdat(), which uses ReadStat v1.1.7, I get the following error: "A row in the file was not the expected length." The data...

bug
SAS

Hello, Is there any way to configure readstat to convert .sps (dictionary file) to .csv or .txt (even .tsv)?

question

Handlers like `readstat_set_variable_handler` return an integer error code, but the three available error codes are defined as an enum: ``` enum { READSTAT_HANDLER_OK, READSTAT_HANDLER_ABORT, READSTAT_HANDLER_SKIP_VARIABLE }; ``` As a result...

bug
API

Hi! I have attached two files in the zip. One file contains a shortened version of the other file's string variable, and the shortened version does not give an error....

bug
SAS