.. _`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. *Ports*: **Inputs**: :tables: [table] Input Table **Outputs**: :tables: [table] Table with replaced values *Configuration*: **columns** Select the columns to use perform replacement on **find** Specify search expression. **replace** Specify replace expression. **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 when searching **use_default** Use default value when not found. **default** Specify default value .. automodule:: node_table_value_search_replace .. class:: TableValueSearchReplaceMultiple