Hi everyone,
I am working with ArcGIS Pro and need help with a workflow involving shapefiles and attribute tables.
I currently have one shapefile, and I want to create a new copy of it with two specific changes:
Filter Rows: In the new copy, I do not want all the rows to appear—I only want a select subset of rows/features to be included and displayed on the map.
Add Columns: I want to add new columns (attribute fields) directly into this new copy of the shapefile.
I have already tried exporting the attribute table to Excel and using the Join feature, but that workflow did not give me the results I needed. These tables are thousands of lines so a way to mass edit would be needed (to easily perform VLOOKUP's and such to filter the rows).
Could someone explain the best step-by-step method or native tools in ArcGIS Pro to export only the selected rows into a new shapefile and add new columns to the resulting layer?