Documentation
Transforms
Fusing
The Fusing transform combines the rows and columns of two tables together by appending them.
Fuzzy Grouping
The Fuzzy Grouping transform allows grouping of records by looking at the similarity between the values of various columns.
Fuzzy Lookup
The Fuzzy Lookup transform joins the columns of two tables into one table by matching key values, where they may not match exactly between the two tables.
Merge
The Merge transform allows values from two or more columns to be merged into a single column.
Null Replacement
The Null Replacement transform allows for the replacing of input data with user-specified values when null values are found.
Percentage Sampling
This transform returns the specified percentage out of the full set of input records using random selection.
Pivot
The Pivot transform allows you to create new columns out of rows in your input that contain a corresponding set of values.
Python Analysis
The Python Analysis transform lets you write scripts using the Python programming language to perform analysis on data.
Python Data Generator
The Python Data Generator transform lets you generate data by writing scripts using the Python programming language.
R Data Generator
The R Data Generator transform lets you generate data by writing scripts using the R statistical programming language.
R Language Analysis
The R Language Analysis transform lets you write scripts using the R programming language to perform statistical and predictive analysis on data.
Rank
The Rank transform ranks your data and adds the rank number to your input.
Record Sampling
The Record Sampling transform returns the specified number of records out of the full set of records by random selection.
Remove Duplicates
The Remove Duplicates transform lets you remove duplicated records by grouping all of the selected input columns and copying the results to the output.
Sort
The Sort transform allows various sorting rules to be applied sort the input data.
Top/Bottom
The Top/Bottom transform filters the records to contain the top or bottom 'N' number of records as ranked by the columns you select.
Transpose
The Transpose transform lets you turn columns into rows and rows into columns.
Unpivot
The Unpivot transform combines multiple columns into a single column with multiple rows (opposite of Pivot).
Process Result
The Process Result transform represents the final output or result of the data cube (ETL process).