.. _`Replace values in Table`: .. _`org.sysess.sympathy.data.table.tablevaluesearchreplace`: Replace values in Table ~~~~~~~~~~~~~~~~~~~~~~~ .. image:: search_replace.svg :width: 48 Search and replace string and unicode values in Table. *Ports*: **Inputs**: :table: table Input Table **Outputs**: :table: 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:: TableValueSearchReplace