Select to view content in your preferred language

Creating Points from XY Coordinates from an Excel Spreadsheet

1660
1
09-19-2011 06:15 AM
KensieWorsham1
Emerging Contributor
I have a license of ArcView and I am trying to create a shapefile of traffic counts.  The Excel file that I have has both Latitude and Longitude and they add as an event through the add xy data function, but whenever I go to export them to a shape file I receive this error:

One or more layers failed to draw:

Traffic_Counts:  Syntax error (missing operator) in query expression 'LONGITUDE >= 1.#QNAN0 AND LATITUDE >= 1.#QNAN0 AND LONGITUDE <= 1.#QNAN0 AND LATITUDE <= 1.#QNAN0'.
Traffic_Counts:  An invalid SQL statement was used. [`'Asc Parish$'`]

Do any of you have any ideas, they will be greatly appreciated.

Thanks,

JKW
Tags (2)
0 Kudos
1 Reply
JoeBorgione
MVP Emeritus
Check your data for null or some other weird value.  You could also try to select a few and export them; if that works, then you've got a problem somewhere in the data.  And, check the field names; excel is famous for spaces or special characters that ArcGIS does not like
That should just about do it....
0 Kudos