Select to view content in your preferred language

Importing text fields longer than 255 characters from Excel in ArcGIS Pro

233
3
Jump to solution
a month ago
mgsaldan
New Contributor

I am trying to import a table from Excel that has longer text fields. No matter what I try (add data, export table, field mapping, change field length, add join, calculate field, join table, append, etc...) The data always gets cut off at 255 characters on import.

This question must have been asked before, but I can't find anything that works! Am I missing something?

0 Kudos
1 Solution

Accepted Solutions
MarkGo
by
Occasional Contributor

Try exporting that Excel table to a CSV. I just created a dummy CSV that had 300 characters of junk in one of the fields, and short text in the other. 
It brought in both fields as 8000 length strings without any intervention. If that hadn't worked, I was going to try altering the schema.ini to force a longer text length, but it seems to have done it natively. 
I am on the newest 3.5.4 version of ArcGIS Pro.

2025-07-02_15-31-09.png

View solution in original post

0 Kudos
3 Replies
MarkGo
by
Occasional Contributor

Try exporting that Excel table to a CSV. I just created a dummy CSV that had 300 characters of junk in one of the fields, and short text in the other. 
It brought in both fields as 8000 length strings without any intervention. If that hadn't worked, I was going to try altering the schema.ini to force a longer text length, but it seems to have done it natively. 
I am on the newest 3.5.4 version of ArcGIS Pro.

2025-07-02_15-31-09.png

0 Kudos
mgsaldan
New Contributor

This worked, thank you. I had tried csv with export table tool and had no luck with that, but hadn't tried adding the csv directly to the contents pane.

0 Kudos
DanPatterson
MVP Esteemed Contributor

are you bringing it into a gdb?

Excel To Table (Conversion)—ArcGIS Pro | Documentation

here are the limits when inside a gdb

File geodatabase size and name limits—ArcGIS Pro | Documentation

 


... sort of retired...
0 Kudos