Dynamic rename of column headers

Options
Sooriya
Sooriya Registered Posts: 1

Hi I'm migrating workflows from alteryx to dataiku. I need to migrate a dynamic rename tool. What it does is take the values from the left dataset and assign it headers from the right dataset. Is there any way to do this in dataiku without using python?

Operating system used: Windows

Answers

  • Alexandru
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,299 Dataiker

    Hi,

    You can also bulk rename a column in the prepare recipe :
    If you switch to column view select all columns → rename

    Screenshot 2025-06-30 at 11.46.32 AM.png

    This provide several options

    Screenshot 2025-06-30 at 11.47.35 AM.png

    You can also raw edit the renaming and copy paste your desired results

    Screenshot 2025-06-30 at 11.48.39 AM.png



    Additionally could use a custom plugin, which would have to be written in Python but can be used by the Visual Designers. Please check with your Admins if such a plugin is not already available on your instance.

    Thanks

Setup Info
    Tags
      Help me…