kshedden / datareader

Read binary SAS (SAS7BDAT) and Stata (dta) files in the Go (Golang) programming language. Also provides command line tools for working with these file formats.
BSD 3-Clause "New" or "Revised" License
23 stars 12 forks source link

Writing to a .sas7bdat file #17

Open danielchengml opened 4 years ago

danielchengml commented 4 years ago

Can this package write to .sas7bdat files?

kshedden commented 4 years ago

No, only reading is implemented.