Skip to content

Rename Column

Type: rename-column  ·  Package: DataTable Activities v1.0.0  ·  Output: DataTable

Changes the column name of a DataTable and returns a new table. Useful for normalizing headers before joining tables with Join, or for giving readable names to columns that come from a source with unclear titles.

Renames column column to newName, preserving its data. Returns a new table; the original does not change.

ParameterEditorDescription
tableexpressionThe DataTable to modify.
columntextCurrent column name.
newNametextNombre nuevo.

Ninguno.

Returns a DataTable with the column renamed.

Rename Column table = = datos column = "col1" newName = "Cliente" → output: legible