Select to view content in your preferred language

How do I copy more than 255 characters to a text field in a file geodatabase?

919
1
Jump to solution
01-26-2018 07:21 AM
JeffMcClellan
New Contributor

Table A: I have a file geodatabase table that with a text field (A-F) with a length set to 2000.

Table B: I have a "Personal Geodatabase Table" (very old version of Geographix) that I have joined to table A.

Table B contains a text field (B-F) with length 2,147,483,647, however the data is never more that 1,500 characters.

I need to copy data from B-F to A-F.  I am using Field Calculate to attempt this, however the data is being truncated at 250 characters.

Further testing: Using Field Calculate and simply putting a string of more than 250 characters will get truncated if two table are joined.  If I remove the join, the string gets load in the field properly.

Is seems when the tables are joined, there is a 250 character limit on text fields.  What have I done wrong to cause this.

ArcMap 10.5.1.7333

Thanks

Jeff

0 Kudos
1 Solution

Accepted Solutions
JeffMcClellan
New Contributor

After installing 10.6 the problem went away.  I don't know if 10.6 fixed the problem or re-starting my workstation fixed it, but it is now working as expected.

View solution in original post

0 Kudos
1 Reply
JeffMcClellan
New Contributor

After installing 10.6 the problem went away.  I don't know if 10.6 fixed the problem or re-starting my workstation fixed it, but it is now working as expected.

0 Kudos