Number to String Streamable

Converts numbers in a column to strings.

String to Number Streamable

Converts strings in a column to numbers.

String Manipulation Streamable

Manipulates strings like search and replace, capitalize or remove leading and trailing white spaces.

Rule-based Row Filter Streamable

Filters the input table based on user-defined business rules

Duplicate Row Filter 

Removes or marks duplicate rows.

Row Splitter (deprecated) StreamableDeprecated

Allows splitting of the input table by certain criteria, such as RowID, attribute value, and row number range.

Row Filter (deprecated) StreamableDeprecated

Allows filtering of data rows by certain criteria, such as RowID, attribute value, and row number range.

Column Filter Streamable

The Column Filter allows columns to be excluded from the input table.

Column Splitter StreamableDeprecated

Splits the columns of the input table into two output tables.

Cross Joiner Streamable

Performs a cross join of two tables.