Using .dbf file in Model Builder

661
3
Jump to solution
04-11-2018 01:22 AM
JohnMcConalogue
New Contributor III

I have imported an Excel file using the "Excel To Table" tool. The file has been converted to a .dbf file.

I want to select the contents of the .dbf file and process these records within Model builder. 

Anyone know how to do this?

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
DanPatterson_Retired
MVP Emeritus

Select by Attributes will allow you to select certain records meeting a condition.

Or you can use the whole table as is.

What do you want to do with the table?  It sounds like you want to use the table as an input to some task.  What is the next step?

View solution in original post

3 Replies
DanPatterson_Retired
MVP Emeritus

Select by Attributes will allow you to select certain records meeting a condition.

Or you can use the whole table as is.

What do you want to do with the table?  It sounds like you want to use the table as an input to some task.  What is the next step?

JohnMcConalogue
New Contributor III

I have a field in the table called "Towns". There are a number of records in the table and each record in the table has a value in their "Towns" field.  I also have a separate shapefile which contains "town names". I want to be able to select all the records in the Table that has a "Town" value which is also present in the shapefile.

0 Kudos
DanPatterson_Retired
MVP Emeritus

join the two tables (attribute join), then you can query the combined result

0 Kudos