Change Column Names

Author

Cox Lab

Published

July 23, 2024

1 General

  • Type: - Matrix MultiProcessing
  • Heading: - Basic (MultiProcessing)
  • Source code: ChangeColumnNames.cs

2 Brief description

Replace column names based on a table. The first matrix contains the columns that will be edited while the second matrix is used to define the key-value table. Output: Same as first input matrix except that the selected text columns have been edited.

3 Parameters

3.1 Columns in matrix 1 to be edited

The column in the first matrix in which strings will be replaced according to the key-value table specified in matrix 2.

3.2 Keys in matrix 2

The keys for the replacement table.

3.3 Values in matrix 2

The values for the replacement table.