Text Type | Description |
TRUE_FALSE | A Boolean value represented as either "true" or "false". The case of the value is ignored when parsing. |
INSENSITIVE_BOOLEAN | A Boolean value represented as the specified true/false values. The case of the value is ignored when parsing. |
EXACT_BOOLEAN | A Boolean value represented as the specified true/false values. The values must be exact matches when parsing. |
MAPPED_BOOLEAN | A Boolean value is represented using a user-defined mapping. On parsing, the mapping is queried to determine the value. The mapping defines a canonical value for formatting. |