Log in

String Data Type

string fields contain freeform text. They can contain any character except for the Start of Header (SOH) control character.

String fields are case-sensitive, i.e. “hello” is not the same as “Hello”.

Examples

ExampleValidNotes
abc
ABC DEF
ab␁defCannot contain SOH character

Subtypes