FieldType
Subscriber source field type.
| Values | Type | Description |
|---|---|---|
| FLAG | xs:string | A boolean flag field. Values: 0 or 1. |
| DATE | xs:string | A date field. Values: any ISO8601 valid date. |
| DATETIME | xs:string | A date/time field. Values: any ISO8601 valid date and time. |
| DOUBLE | xs:string | A decimal field accurate to two places. |
| INTEGER | xs:string | A numeric field. Values: [-2147483648, 2147483647]. |
| POSITIVE_INTEGER | xs:string | A numeric field. Values: [0, 4294967295]. |
| LONG | xs:string | A numeric field. Values: [from -263 to 263-1]. |
| CHAR | xs:string | A single alphanumeric character field. |
| STRING | xs:string | An alphanumeric field. Up to 255 characters. |
| TEXT | xs:string | An alphanumeric field. Maximum size: 64 KB. |
| TIME | xs:string | A time field. Values: any ISO8601 valid time. |
| TIMESTAMP | xs:string | The number of seconds since 01/01/1970. |