[GIS] Deleting features (rows) from shapefile (attribute table) using ModelBuilder

arcgis-desktopfields-attributesmodelbuilderselect

I've run into a problem and can't figure out how to solve this one.

I used the ModelBuilder and have a shapefile with loads of information. This information needs to be reduced. Therefore I want to select several rows (not all of them) out of several columns by attribute to delete them.

So for example, column X contains data with attributes a, b and c. I only want to delete c. Since I'm using the ModelBuilder, I need a tool from the toolbox which does that (preferably) in one step.

Any ideas?

Best Answer

Edit: The first method I posted wouldn't work. This one should though.

One straightforward way to do this would be to select everything you want to keep via Make Feature Layer with a where clause of X <> c. Then, use Copy Features to save the result.