Icon

Components

This directory contains 192 workflows.

Pass-through 

Does nothing. Simply passes through the supplied data. This can be used simply to help keep the worksheet a bit tidier by passing data around between […]

Path to Absolute String (Variable) 

Creates a String variable and an output table column containing the value of a Path variable expressed as an absolute path. @takbb Brian Bates 12 Oct 2023

Path to Extacted File Name Parts 

Extracts file folder, name and extension details from a Path column @takbb Brian Bates 15 Dec 2022

Periodic Extended Internal Rate of Return (XIRR) 

Wrapper for the Extended Internal Rate of Return (XIRR) component This version allows for the XIRR component to be supplied with a table of portfolio […]

Recent Workflows 

Reads current KNIME workspace to retrieve list of folders containing workspace.knime files. Any folders containing a # character are removed from the list […]

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