Time Series Database Cache Module by Automation Professionals
E-Mail Support

Dataset / deDupTimeSeries

Given multiple datasets of time series data, return a dataset with rows from the first dataset that do not exist in any of the other datasets. Available in all scopes.

Syntax

deDupTimeSeries(datasets...) returns Dataset

ArgumentData TypeDescription
datasetsDataset...One or more Dataset arguments. The first Dataset's column definitions will set the result columns. All datasets must have timestamps in their first column (the "Date" data type). The datasets' other columns are matched by name, not by position within the dataset. Duplicates are detected by matching all columns.