Select to view content in your preferred language

ArcGIS Pro/ArcMap .csv imports 8000-character String fields

5921
10
Jump to solution
09-13-2018 08:49 AM
JasonMenard1
New Contributor

Has anyone ever had issues importing a .csv as events into ArcMap (or Pro) and having it interpret String fields with a length of 8000?  This winds up creating viable feature classes with the same issue that break most geoprocessing tools because of the field lengths.  I'd love to know how to avoid this.

0 Kudos
10 Replies
CordulaGöke
Frequent Contributor

I just have it for the first time after several years using .csv with text columns as the most reliable format for joins. What a bummer that such a bug does not get addressed and thanks for the workaround! My first attempt was to export the csv to a dbf and set the text length to 254. It still did not work. The join-values come from the file that I want to link back to. So next attempt in a new project did work with the newly created dbf but not the original csv.

0 Kudos