.. _`Replace values in Table with Table`: .. _`org.sysess.sympathy.data.table.tablevaluesearchreplacewithtable`: Replace values in Table with Table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: search_replace.svg :width: 48 *Input ports*: :expressions: table Expressions :data: table Table Data *Output ports*: :data: table Table with replaced values *Configuration*: **Columns to replace values in** (column) Select in which to perform replace **Column with search expressions** (find) Select which column contains search expressions **Column with replace expressions** (replace) Select which column contains replacements **Text replace only (using regex)** (literal) Perform regex replacements in string columns, i.e., columns with types text and bytes, other columns are ignored. Disable this option to replace full values, without using regex across all types of columns. **Ignore case** (ignore_case) Ignore case when searching .. automodule:: node_table_value_search_replace .. class:: TableValueSearchReplaceWithTable Example flows ############# * :download:`ReplaceValuesInTable.syx `