Skip to main content

20 docs tagged with "Transform"

View all tags

FindChangedRecords

Finds the records from the left table that match on the specified key columns but differ on any other columns, to a corresponding record in the right table.

FindNewRecords

Finds the records from the left table that do not have a corresponding match in the right table on the specified key columns.

InmemoryLookup

Looks up the specified value in the key column and returns the corresponding value.

LoadFile

Returns the byte stream of a file.

LookUp

Lookup(table Table, scalar|vector lookupColumnKey, scalar lookupColumnValue, scalar|vector defaultValue, vector lookupValue1, vector lookupValue2,..)

Next

Shifts the specified vector up by one.

Previous

Shifts the specified vector down by one.

Rank

Assigns rank for a group of rows based on the given group by and order by conditions.

RunSQL

RunSQL (scalar query, table tables)

SelectRange

Create a new table using rows that fall between the Start Row and the End Row in the specified source tables.

SelectRow

SelectRow (table Table, vector RowIndex)

Sort

Performs a nested sort operation on the provided table.

SplitTextInColumns

SplitTextInColumns (vector KeyColumn, vector StringValue, scalar Number of characters, scalar Number of columns, scalar Maintain word boundary, scalar Stuff…

Transpose

Transpose function transposes a table.

Unique

Returns a list of unique values for the given columns.