Releases: nabeel-oz/qlik-sas-reader
Releases · nabeel-oz/qlik-sas-reader
v.3.0
Feature Release
Load SAS datasets stored in SAS7BDAT or XPORT files into Qlik Sense and QlikView.
Change Log v.3.0
- New SAS to Qlik Converter app for Qlik Sense to simplify bath conversion of files.
- If conversion with pandas fails, another attempt will be made with the sas7bdat module.
- Fix issues where the file handle was left open in certain cases.
v.2.0
Feature Release
Load SAS datasets stored in SAS7BDAT or XPORT files into Qlik Sense and QlikView.
Change Log v.2.0
- New functionality to automatically decode text data using common code pages.
- New functionality to provide field labels by looking up SAS variable attributes.
- Improved streaming of data to handle larger files.
v.1.2
Maintenance Release
Load SAS datasets stored in SAS7BDAT or XPORT files into Qlik Sense and QlikView.
Change Log v.1.2
- The
chunksize
parameter now defaults to 1000. This means that files are read iteratively by default, 1000 rows at a time. Qlik-SAS-Init.bat
opens port50056
to allow communication with this SSE.
v.1.1
Minor Release
Load SAS datasets stored in SAS7BDAT or XPORT files into Qlik Sense and QlikView.
Change Log v.1.1
Qlik-SAS-Init.bat
now imports an additional librarygrpcio-tools
due to a change in dependencies.Qlik-SAS-Init.bat
now copies the project files to the Python virtual environment instead of moving them. This makes it a bit easier to delete the environment and run the initialization again if required.
v.1.0
Initial release
Load SAS datasets stored in SAS7BDAT or XPORT files into Qlik Sense and QlikView.