How-to Guides: Table Operators
This section of our How-to documentation lets you explore various use cases using the Data Workflow component's Table operators. Examples include the following:
Aggregate Operator
-
Counting entries in a data set using the Aggregate operator.
-
Determining the highest number in a data set using the Aggregate operator.
-
Determining the mean value of a data set using the Aggregate operator.
-
Determining the lowest number in a data set using the Aggregate operator.
Append Operator
Clean Keys Operator
Convert Field Operator
-
Converting data to an integer data type using the Convert Field operator.
-
Converting data to a string data type using the Convert Field operator.
Create Index Operator
-
Creating row indexes in a data table using the Create Index operator.
-
Identifying duplicate table data using the Create Index operator.
-
Filtering for a specific row of a table using the Create Index operator.
Create Field Operator
Merge Operator
-
Combining table data using a traditional INNER SQL language using the Merge operator.
-
Combining table data using a traditional OUTER SQL language using the Merge operator.
-
Adding the same tag to each row of a table using the Merge operator.
-
Adding different tags to each row of a table using the Merge operator.