Icon

Components

This directory contains 195 workflows.

Create String Array Variable from Delimited String 

Creates a String Array Variable from the items entered in the configuration. One String element is created for each line, or per delimited item on a single […]

CSV Reader (error-safe) 

Encapsulated CSV Reader with error checking so that it doesn't fail if no file is specified, or the specified file does not exist. In the event of an […]

CUBE builder 

Generates a CUBE from the input data source using the chosen DIMENSION (grouping) columns. The result is a data set containing all combinations of the […]

Cumulative Sum for Grouping 

Calculates the cumulative sum of a given value column, with the group defined by the grouping column. Note that this component does not perform any sorting […]

Cumulative Sum for Non Contiguous Grouping 

Calculates the cumulative sum of a given value column, with the group defined by the grouping column. This component is likely to use more memory than the […]

IconCumulative Sum with standard nodes 

There has been no description set for this workflow's metadata.

Date&Time to SerialNumber 

Takes a datetime column and returns the date serial number according to one of the selected serialization options Updated April 2024 - allow Local Date […]

DB Session Passthrough 

Does nothing but pass through a database connection. This can help tidy workflows where a database connection needs to be passed on to a number of other […]