Hello everyone,
I'm new here so please be gentle on me.

Anyway, I have an SPSS file ready to be imported into RapidMiner. I've created an SPSS Reader from import --> data --> SPSS.
The reader works just fine and when I set it to output immediately I get a nice table of my data.
However, I need to filter this data (I need to remove some attributes).So I added an "Attribute Selector" and connected the two. This worked just fine when importing normal CSV files.
For some reason the Attribute Selector node never receives any output from the SPSS node. The same happens when I put a node like the Sample filter node in there: it never receives output from SPSS Reader. Yet, the SPSS reader does return my table correctly when I assign it directly to the final result port.
What might be causing this? Am I doing something wrong?