[GIS] Extracting certain fields for selected feature from point shapefile file with multiple features using ModelBuilder

arcgis-desktopmodelbuilder

I have a point shapefile that is filled with many features.

If I have 1 feature selected I need to be able to export certain fields of that selected feature (ID, lat, long) into a dbf file.

What tools in ModelBuilder can accomplish this?

Best Answer

Feature Class to Feature Class lets you selectively include some but not all fields:

Converts a shapefile, coverage feature class, or geodatabase feature class to a shapefile or geodatabase feature class.

Usage

  • The Field Map parameter controls how the input fields in the Input Features will be written to the Output Features.
    • To drop fields during the conversion, delete input fields from the Field Map. This will not affect the input feature class.