Supported Files, Formats, and Text Types : Supported Text Types : Boolean Types
 
Share this page                  
Boolean Types
These types map to the boolean token type in DataFlow. The default text type associated with boolean tokens is TRUE_FALSE.
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.