Dataset Manipulation – Field Type Conversion

This Floe converts the type of a record field in the input dataset. That record field must have the basic type specifeid in the “Input Field Type” parameter. Exactly one field of that type MUST be selected in the Input data field parameter group for the fleo to complete. If an input field parameter has not been selected to match the type of the “Input Field Type” parameter, the floe will fail at runtime.

Extra Required Parameters

  • Type of field to convert (string) : The type of the field that will be converted
    Default: String
    Choices: String, Integer, Float, Boolean
  • Type of output field (string) : The output type of the field that is converted
    Default: String
    Choices: String, Integer, Float, Boolean
  • Output Dataset (dataset_out) : Output dataset of successful calculations
    Default: output dataset
  • Failed Dataset (dataset_out) : Output dataset of failed calculations
    Default: Failed Output for Dataset Manipulation – Field Type Conversion
  • Input Dataset (data_source) : Input Dataset