Hello! Is there a node to open and read .SAV files? Thank you for your help!
@Elsa_Knime2022 there is no direct node but you can use R(stats) and the library foreign to read SPSS-Files (you might check if they are compressed though).
An Example is here:
library(foreign)
knime.out <- read.spss(your_spss_file.SAV)
3 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.