Icon

Components

This directory contains 215 workflows.

Recent Workflows Node List 

Iterates all of the subfolders of the workflow locations generated by the Recent Workflows component, and for each location, returns a distinct list of node […]

IconRecord Component Time 

Write current execution timestamp against a Component Name or other label as specified in the configuration. Indicate whether this is a start or end time […]

Redefine Table Column Types 

Read two data tables. The first table contains a single row of dummy data and is used to define the type of data for each column. The columns should be […]

Regex String Replacer 

Strips out all characters that match a Regex pattern and replaces with the specified string e.g Strip out all numerics: [0-9] Strip out all […]

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 […]