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 at least as many columns as the upper data table, and the replacement will occur in sequential order of the columns unless the option to handle missing columns is selected in which case the shortfall will be made up using existing column names fro the upper table from the position where the shortfall occurs.
@takbb 31 October 2022
v2 03 October 2023 - option to handle missing columns added.
- Type: TableData TableTable that is to have the column names replaced
- Type: TableData Table with required Column NamesTable containing the required column names.