Convert Type (In Database) (In-Database Processing)

Synopsis

Changes the data type of the selected columns.

Description

Converts the data type of the chosen column. You can specify a default conversion that is applied on all columns that the attribute filter selects. You can also specify individual column data type conversions. The suggested data types are database-specific, and you can manually enter types that are not in the drop-down list. Note that for certain types, you may further specify the type, e.g. DECIMAL(8,2), NUMERIC(6,3), VARCHAR2(150). Data types in the output metadata are only available for these database-specific values, otherwise, the generic attribute_value is used.

Input

  • example set input

Output

  • example set output

Parameters

  • use default type conversion If checked you can select a default type conversion for a subset of the attributes.
  • attribute filter type The condition specifies which attributes are selected or affected by this operator.
  • attribute The attribute which should be chosen.
  • attributes The attribute which should be chosen.
  • regular expression A regular expression for the names of the attributes which should be kept.
  • use except expression If enabled, an exception to the specified regular expression might be specified. Attributes of matching this will be filtered out, although matching the first expression.
  • except regular expression A regular expression for the names of the attributes which should be filtered out although matching the above regular expression.
  • value type The value type of the attributes.
  • use value type exception If enabled, an exception to the specified value type might be specified. Attributes of this type will be filtered out, although matching the first specified type.
  • except value type Except this value type.
  • block type The block type of the attributes.
  • use block type exception If enabled, an exception to the specified block type might be specified.
  • except block type Except this block type.
  • numeric condition Parameter string for the condition, e.g. '>= 5'
  • invert selection Indicates if only attributes should be accepted which would normally filtered.
  • default type conversion Default Type Conversion
  • type conversions List of type conversions.