I'd like to recode some of the values in one column to be an other value. e.g., a value of "999" should be replaced with "" (nothing), because the initial dataset had the 999-code as missing value. The other values should be left unchanged.
The column is of the integer type.
I haven't found any node that could do that operation (which I thought should be a simple one, because I'm used to working with SPSS in which this is accomplished very easy)
thanks for your replies. i'll try both ways. also thought of the number-to-string, replace and back again to number-approach, but i hoped that there could be a node that is just doing what i wanted...