Skip to content

Releases: fbiagi/SPSS-.NET-Reader

SpssLib 1.1.5

10 Apr 13:00
Compare
Choose a tag to compare
  • Charset windows-31j mapped to 932 - Japanese (Shift-JIS).
  • Check for file header

SpssLib 1.1.4

10 Apr 12:55
Compare
Choose a tag to compare

Fixes issue with the missing value type of range and one specific value.

SpssLib 1.1.3

19 May 09:49
Compare
Choose a tag to compare

Fixed a bug that was caused by strings that are long continuation records, that are uppercase with a variable name shorter than 5 characters.

SpssLib 1.1.2

10 May 09:22
Compare
Choose a tag to compare

Fix a bug with long string variables not being properly broken up in case there were multiple string variables with similar names over a given length.

SpssLib 1.1.1

29 Apr 14:08
Compare
Choose a tag to compare
  • Variable name is a requirement, fixed issue #10

SpssLib 1.1

27 Apr 09:05
Compare
Choose a tag to compare
  • Fixed issue with Very long string variables being shown as multiple variables when written file was open on SPSS
  • Provide better binary compatibility with SPSS in general
  • Dispose on writer will write the end of file
  • MissingValueType has now an enum, making it easyer to set up
  • Record internal data vector exposed as a read-only property
  • New method on writer to create a new record from an old one
  • Better unit test and using .runsettings file
  • Added tons of docs
  • Readme for GitHub project with examples
  • Remove Obsolete ToSpssDataset functionality
  • Cleanup code
  • Update NuSpec files
  • Moved to C# 6.0

Initial Release

26 Apr 10:01
Compare
Choose a tag to compare

Initial release of the SPSS library.