1

enter image description here

I am trying to add a text field to my attribute table in ArcMap, but every time I do it adds a string type field instead.I've tried turning off the Allow Null Values and shortening the Length, but no matter what it makes it string instead of text field. If I can't make it a text field, how do I fill in the records for a string field? The table is attached to a polygon layer, I'm trying to add in short character codes to ID each polygon.

Why is it doing this and how do I get around it?

asked Dec 16, 2020 at 18:38
1
  • A string type is a text field. If you're looking to add a CLOB (character large object) text field to shapefile, that will fail, since shapefile doesn't support CLOB (and is limited to 254 characters). If you Edit the question to provide more details about your table format, you can get more specific assistance. Commented Dec 17, 2020 at 1:11

2 Answers 2

3

A string field is a text field! Also you cannot have a space in the field name, that is allowable in the alias.

answered Dec 16, 2020 at 20:02
0
1

This is an expected behavior in ArcMap.

String is common for programmers, and text is a more easier way of putting it in for new users to understand.

Field

enter image description here

answered Dec 16, 2020 at 20:04

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.