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”.
Example | Valid | Notes |
---|---|---|
abc | ||
ABC DEF | ||
ab␁def | Cannot contain SOH character |