Icon

Components

This directory contains 224 workflows.

Regex String Stripper 

Strips out all characters that match a Regex pattern and returns only the remaining characters e.g Strip out all numerics: [0-9] Strip out all […]

Remove File Trailing EOL Marker 

Removes any of a set of specific characters from the end of the file. It will remove each of the chosen characters from the last position in the file […]

Replace Missing Table 

Passes through the primary data table, but if that table is empty or contains no column information, it substitutes it with the Secondary table @takbb […]

Replace Path Variable 

Creates a new path variable from a string and replaces a path variable of the same name (comprising name and suffix) This component was written to provide […]

Replace Table Column Names 

Replaces the column headers on the upper data port with the column names from the lower data port in sequential order. The lower data port table must have […]

Row Count 

Return the number of rows in the input data table as a flow variable. The flow variable name can be specified in configuration. The default name is Row […]

Row Data Size Scorer 

Generates a "score" for each row, based on the count of the populated columns, or the data length of the populated columns. This can then be used as the […]

Rule Engine (Multi Column) 

Provides Rule Engine functionality across multiple selected columns. Rules are based on those written for the core Rule Engine node. There is a small […]