Documentation
Common
Aggregate
The Aggregate transform allows use of aggregate functions such as sum, average, count, minimum, maximum, etc.
Calculated Element
The Calculated Element transform lets you create new elements by writing DundasScript expressions.
Data Conversion
The Data Conversion transform allows you to change the data type of a column.
Filter
The Filter transform filters out rows that do not meet the configured criteria/settings.
Join
The Join transform combines two separate tables together by matching up their rows. All of the columns from both tables can be included.
Lookup
The Lookup transform replaces the values of one or more key columns with the values you choose in another table.
Math
The Math transform lets you perform simple math functions such as Absolute, Round, and Square Root on numeric input columns.
String
The String transform manipulates string columns by applying string functions.
Union
The Union transform combines the rows from two tables that have matching columns.