.. _`Rename columns in Table`: .. _`org.sysess.sympathy.data.table.renamesingletablecolumns`: Rename columns in Table ~~~~~~~~~~~~~~~~~~~~~~~ .. image:: rename_columns.svg :width: 48 Rename columns in Table(s) using a regular expression. Group references may be used in the replacement expression. If several columns match the search expression resulting in the same column name, the last of the matching columns will be copied to the output and the other columns will be removed. Note that renamed columns (i.e. any columns that match the search expression) always take precedence over non-renamed ones. :Ref. nodes: :ref:`Rename columns in Tables with Table` *Input ports*: :Input: table Input *Output ports*: :Output: table Output *Configuration*: **Mode** (mode) (no description) **Search** (src_expr) Specify the regular expression which will be replaced **Replace** (dst_expr) Specify the regular expression for replacement .. automodule:: node_rename_columns .. class:: RenameTableColumns Example flows ############# * :download:`RenameColumnsInTable.syx `