Articles on: Workflows

Rename Node

Description

Use the Rename node to rename the columns from the input node.


Tips

Remember that column names must follow these rules:

  • must start with a letter or underscore
  • can only contain letters, numbers and underscores
  • best practice is to limit to 50 characters or less


SQL Equivalent

select {column1} as column1_rename
from {data_source}



↩️ Back to Workflow Settings


Updated on: 05/10/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!