Remove Column According to a Constant Cell Value

Hi,

If you don’t want to remove the entire column then you want to remove only rows that contain that specific value … for this use use “Row filter” node (https://nodepit.com/node/org.knime.base.node.preproc.filter.row.RowFilterNodeFactory)

But if you want to remove the entire column with at least one value that is equal to the constant look here filter a column based on value