I have read other similar posts in KNIME forum and tried their method, unfortunately it didn’t work for me. For example if I want to include only rows 2 and 16, I have used
you can use Rule-based Row Filter and following expression:
$$ROWID$$ MATCHES "Row0#2|Row1#1" => TRUE
This is under assumption that row number 2 and 16 will always have this Row ID value. If not that you can use Row Filter and option to include by Row number.