0

I am trying to join an Excel table to my parcel attribute table in ArcMap.

I have run a validation and all checks out except it says there are no matches.

What would cause this?

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Jun 24, 2016 at 18:23
2
  • 1
    Without knowing anything about the data and its structure its hard to tell. Can you post some info about your columns (headers), datatypes and the first rows of your table? Commented Jun 24, 2016 at 19:10
  • 1
    Make sure that the values in your attribute table matches EXACTLY to the values in your Excel table. Also, maybe check to see that the data type in your ArcGIS field is the same as within your Excel table. Commented Jun 24, 2016 at 19:35

2 Answers 2

1

Exporting to a dbf works most of the time and is the easier way, but it doesn't really identify the problem.

In ArcCatalog:

Ensure the Excel Table in your spreadsheet (the xls or xlsx file) is viewable, has the expected number of records, and you receive no errors (i.e. you see your data values when previewing).

Compare the Data Types for your parcel attribute table and your Excel Table and ensure they match (i.e. text is text and floats are floats).

In ArcMap:

Another quick and easy check is to find a value that you know should match between the two tables. Simply copy/paste the value (ctrl-c, ctrl-v) into something like notepad and make sure there are no spaces or any other characters. Do a Select by Attribute on your copy/pasted value and see if you get a result in both tables.

answered Jun 24, 2016 at 20:57
0

You're going to want to export your excel table as a .dbase or .dbf file, then your join should work as expected.

answered Jun 24, 2016 at 18:24

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.