BlankDownOperation |
Transforms a table without a record structure to blanking out values which are identical to those on the previous
row, creating a record structure.
|
CellEditOperation |
Operation which edits a single cell in a given row and column.
|
FillDownOperation |
Transforms a table with a record structure to by spreading non-null values in the rows below, in a specific column.
|
KeyValueColumnizeOperation |
Reshapes a table which contains key and value columns, such that the repeating contents in the key column become new
column names, and the contents of the value column are spread in the new columns.
|
MassEditOperation |
Edits values in a column, by replacing some values by others.
|
MassEditOperation.Edit |
|
MultiValuedCellJoinOperation |
Within a record, joins the non-blank cells of a column into the first cell, with the specified separator.
|
MultiValuedCellSplitOperation |
Splits the value of a cell and spreads the splits on the following rows, while respecting the record structure.
|
ReconEditOperation |
An operation which changes the recon field of a single cell.
|
TextTransformOperation |
|
TextTransformOperation.Joiner |
|
TransposeColumnsIntoRowsOperation |
|
TransposeRowsIntoColumnsOperation |
|