Select to view content in your preferred language

XYTableToPoint with arcpy handling bad value records

141
1
2 weeks ago
bogdanpalade2
New Contributor III

Hi,

I am trying to convert the OSM names to a geodatabase by running XYTableToPoint in ArcGIS Pro 3.2. It works but I get a lot of warning messages about exceeded field length values for the "House numbers" field. because of this, these records are not converted to points. Since I do not need this field at all, is there any method to just not fill in that field but keep those records (with their lat/long values)?

Thank you!

 

Tags (3)
0 Kudos
1 Reply
RichardHowe
Occasional Contributor III

Why not just delete any fields you don't need from the source table before running the tool (or make a table view in Python with just the fields you need), it will also save you time and space in the output gdb?!

0 Kudos