Dataset Manipulation – Field Rename

This Floe renames a record field in the input dataset. Records that do not contain the field can be either emitted to the dataset or written into a failure dataset (upon request).

Extra Required Parameters

  • Failed Dataset (dataset_out) : Output dataset of failed calculations
    Default: Failed Output for Dataset Manipulation – Field Rename
  • From Field Name (string) : The field to copy from
  • Keep Record (boolean) : The parameter that determines whether or not to send the intact records to the success port if it does not contain the given field.By default, records without the given field will be emitted to the failure port.
    Default: False
  • To Field Name (string) : The field to copy to
  • Write failure dataset (boolean) : If off, then the ‘failure’ dataset is not generated.
    Default: False
  • Output Dataset (dataset_out) : Output dataset of successful calculations
    Default: field renamed
  • Input Dataset (data_source) : Dataset to manipulate