Dataset Manipulation – Concatenation

This Floe concatenates input datasets. It makes no attempt to check the compatibility of any of the datasets. This Floe does not perform any duplicate removal or duplicate merging. Records are read randomly from different datasets, therefore, the order of the records in the output dataset will be arbitrary.

Extra Required Parameters

  • Output Dataset (dataset_out) : Output dataset to write to
    Default: concatenated
  • Input Datasets (data_source) : Datasets to concatenate