Icon

Public

This directory contains 69 workflows.

Icon2019_​08_​09_​MovingInputFilestoWorkspaceDirectory 

Moving Input Files to Workspace Directory This workflow demonstrates how to move/copy input file(s) to workspace directory using created Component. The […]

Icon2019_​08_​12_​Clustering_​Strings 

Clustering Strings This workflow performs assigns clusters based on Hierarchical Clustering for one string column using Levenshtein distance. URL: […]

Icon2019_​08_​14_​ExtractingMinimum&IndexFromColumns 

Extracting Minimum and corresponding Index This workflow demonstrates how to extract Index (Column Name) after calculating minimum value from selected […]

Icon2019_​08_​21_​First_​Business_​Day_​Filter 

Filter on First Business Day of Month This workflow filters rows with a due date less than or equal to the first business day of the following month. […]

Icon2019_​08_​22_​Excel_​Files_​Manipulations 

Excel Files Manipulations This workflow splits data from one Excel file based on departmentID and appends each set to existing excel files which contain […]

Icon2019_​09_​05_​All_​in_​One_​Row 

All in One Row This workflow transforms input table with n rows and m columns to 1 row and n times m columns using lists. Second row is appended on first […]

Icon2019_​09_​05_​GetRequest_​Example 

Get Request Example Error cause of vertical bar ("|") in GET request. USe %7C instead. See here for more: […]

Icon2019_​09_​05_​Multiple_​Set_​Means 

Multiple Set Means This workflow uses Cross Joiner node to combine 3 table with different tags (IDs) and then calculate mean for all combinations using […]

Icon2019_​09_​12_​CASE_​Switch_​based_​on_​Value_​Selection 

Use CASE Switch depending on Value Selection This workflow demonstrates use of CASE Switch based on Value Selection output. For more than 3 values CASE […]

Icon2019_​09_​27_​Dynamic_​Column_​Selection 

Dynamic Column Selection This workflow enables user to dynamically chose columns by using selection option from Table View node. URL: Forum Topic […]