.. _`Replace values in Tables`: .. _`org.sysess.sympathy.data.table.tablevaluesearchreplacemultiple`: Replace values in Tables ~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: search_replace.svg :width: 48 Auto generated list version of :ref:`Replace values in Table`. In this version, the following ports from the original nodes have been changed to lists which the node loops over: :Looped Inputs: table. :Looped Outputs: table. For details see the original node. *Input ports*: :tables: [table] Input Table *Output ports*: :tables: [table] Table with replaced values *Configuration*: **Select columns** (columns) Select the columns to use perform replace on **Search** (find) Specify search expression. **Replace** (replace) Specify replace expression. **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 **Use default** (use_default) Use default value when not found. **Default value** (default) Specify default value .. automodule:: node_table_value_search_replace .. class:: TableValueSearchReplaceMultiple