When you have an SPSS data set loaded in Displayr and export it to a .SAV file, it will essentially compress the data file by removing decimal places for nominal variables, removing unnecessary decimal places for numeric variables, and adjusting the width of string variables, for example, to fit the actual data. One issue this can create is that when the underlying values of a nominal variable have been adjusted to include a decimal place (e.g. 2.5), the SPSS file will output the metadata without a decimal place so it will instead appear as 2. It's only when you manually adjust the decimal place variable setting to 1 that you will now see 2.5 for the value. This request is to include an option which allows for not stripping the decimal places, or at least respecting the original SPSS settings, on export.