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

I'm wondering if there is a way to add support for [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/). This is in fact not a lot of work, and it can even be done manually after the...

enhancement

I don't control the file type that I receive, and sometimes I get SAS CPORT files with the .xpt extension suggesting inaccurately that they are XPORT files (ref tidyverse/haven#453). It...

enhancement
SAS

hi When writing a sav SPSS file with Readstat containing long string variables (long_readstat.sav), Readstat reads them correctly, however SPSS splits it (LongString2, "V2_A1", "V2_A2", "V2_A3"), this does not happen...

bug
SPSS

Jupyter Notebook 3 panel stata files. Entries are mostly in English. ph2009, meta = ps.read_dta('Philippines/Philippines-2009-full-data-.dta') ph0915, meta = ps.read_dta('Philippines/Philippines_2009_2015.dta') ph2015, meta = ps.read_dta('Philippines/Philippines-2015-full-data.dta') I am able to read the 2009...

Stata

Currently little-endian machines can only write little-endian files, and big-endian machines can write only big-endian files. Support for cross-endian writes will let us bring cross-endian reads under test coverage.

enhancement
SAS
SPSS
Stata

I am investigating the use of SAV files as container format for tabular data. I like attribute and value labels, and the other information on variable type you can encode,...

enhancement
SPSS

It is great to export csv, and If I want to export it to other database, it would be great to export the create table structure too.

enhancement
CLI

readstat can read sas7bdat created by sas 9.4, but sas 9.4 can not read sas7bdat created by readstat

bug
SAS

For example using https://github.com/apache/parquet-cpp .

enhancement
CLI

When trying to use the following: `readstat ` I define my NUMERIC variable with the property "decimals": 0 however ReadStat simply ignores anything I put in that property and just...

bug
CLI