Replace strings in a text column according to a key value table. The first matrix contains the column that will be edited while the second matrix is used to define the key-value table. In case entries in the column that is edited contains semicola, the replacement happens for the terms separated by these.
Output: Same as first input matrix except that the selected text column has been edited.
The column in the first matrix in which strings will be replaced according to the key-value table specified in matrix 2.
The keys for the replacement table.
The values for the replacement table.