Metadata-Version: 2.1
Name: sas7bdat-converter
Version: 0.3.2
Summary: Convert sas7bdat files into other formats
Home-page: https://github.com/sanders41/sas7bdat_converter
Author: Paul Sanders
Author-email: psanders1@gmail.com
License: Apache 2.0
Download-URL: https://github.com/sanders41/sas7bdat_converter/archive/v0.3.1.tar.gz
Keywords: sas,sas7bdat,converter
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent


Converts proprietary sas7bdat files from SAS into formats such as csv and XML useable by other programs. 
Currently supported conversiaions are csv, Excel (xlsx format), json, Pandas DataFrame, and XML.

Conversions can be done on a single file, a batch of files, or a whole directory.


