Fix Table After Column Append

Fixes tables that have been generated with repeated (#Iter ) columns following Loop End Column Append

This reduces the columns to the required original set and concatenates the repeating columns below thereby extending the rows and reduce the repeating columns.

Component by @takbb
Building on idea from @badger101

28 September 2022

Options

Regex String to identify "repeated" columns
Enter a pattern that identifies the column names that mark a column as "a repeat" %%00010e.g.%%00010.*#Iter.* will treat any column name containing (#Iter ) as a repeating column

Input Ports

Icon
Input data containing repeated columns

Output Ports

Icon
Table fixed with repeated columns "stacked" below orignal columns using concatenation.

Nodes

Extensions

Links